rate/www/public/index.html

18 lines
425 B
HTML
Raw Normal View History

2022-09-20 13:27:52 +00:00
<!DOCTYPE html>
<html lang="en">
2022-10-19 22:28:21 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2022-09-22 16:00:56 +00:00
2022-10-19 22:28:21 +00:00
<title>Coucou</title>
2022-09-20 13:27:52 +00:00
2022-10-19 22:28:21 +00:00
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/build/bundle.css" />
2022-09-20 13:27:52 +00:00
2022-10-19 22:28:21 +00:00
<script defer src="/build/bundle.js"></script>
</head>
2022-09-20 13:27:52 +00:00
2022-10-19 22:28:21 +00:00
<body></body>
</html>