pianello-web-app/index.html

29 lines
596 B
HTML
Raw Normal View History

2023-05-29 08:31:34 +02:00
<!DOCTYPE html>
<html>
2023-05-29 09:55:52 +02:00
<head>
<meta charset="utf-8">
2023-07-10 18:30:56 +02:00
<link rel="icon" href="/images/home-icon.png">
2023-05-29 09:55:52 +02:00
<meta name="viewport" content="width=device-width">
2023-05-31 16:01:47 +02:00
<link rel="manifest" href="/manifest.json">
<title>Pianello</title>
2023-05-29 09:55:52 +02:00
2023-06-29 16:18:32 +02:00
<link rel="stylesheet" href="/src/css/roboto.css">
2023-05-29 09:55:52 +02:00
<link rel="stylesheet" href="/src/css/index.css">
</head>
<body>
2023-06-29 20:28:12 +02:00
<header></header>
2023-06-29 16:18:32 +02:00
2023-06-29 20:28:12 +02:00
<main></main>
2023-05-29 09:55:52 +02:00
2023-06-29 20:28:12 +02:00
<footer></footer>
<!-- <wd-loader></wd-loader> -->
2023-05-29 09:55:52 +02:00
<script src="/src/components/bottom-app-bar.js" type="module"></script>
2023-05-31 16:01:47 +02:00
<script src="/src/js/index.js" type="module"></script>
2023-05-29 09:55:52 +02:00
</body>
</html>