Federico Bologni
3f3690b574
All checks were successful
ci/woodpecker/push/build Pipeline was successful
29 lines
No EOL
603 B
HTML
29 lines
No EOL
603 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="/static/images/home-icon.png">
|
|
<meta name="viewport" content="width=device-width">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<title>Pianello</title>
|
|
|
|
<link rel="stylesheet" href="/src/css/roboto.css">
|
|
<link rel="stylesheet" href="/src/css/index.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header></header>
|
|
|
|
<main></main>
|
|
|
|
<footer></footer>
|
|
|
|
<!-- <wd-loader></wd-loader> -->
|
|
|
|
<script src="/src/components/bottom-app-bar.js" type="module"></script>
|
|
<script src="/src/js/index.js" type="module"></script>
|
|
</body>
|
|
|
|
</html> |