48 行
1 KiB
HTML
48 行
1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/static/css/common.css" />
|
|
<style>
|
|
span { width: 100%; margin: 0 auto; }
|
|
header { width: 100%; margin: 0px auto; }
|
|
body {
|
|
background: #ddd;
|
|
margin: 0;
|
|
}
|
|
#container {
|
|
text-align: center;
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
img, svg, text {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
height: auto !important;
|
|
width: auto !important;
|
|
display: block;
|
|
}
|
|
.counter { line-height: 1; margin: 0; }
|
|
|
|
</style>
|
|
</head>
|
|
<body data-cid="0">
|
|
<nav>
|
|
<a class="active" href="/">Home</a>
|
|
<a href="/prenota">Prenotati</a>
|
|
</nav>
|
|
<!--h1 id="counter">asd</h1-->
|
|
|
|
|
|
<div id="container">
|
|
<img>
|
|
<svg viewBox="0 0 40 18">
|
|
<text x="0" y="15">Fit Me</text>
|
|
</svg>
|
|
</img>
|
|
</div>
|
|
|
|
|
|
<script src="/static/js/fitty.min.js"></script>
|
|
<script type="application/javascript" src="/static/js/app.js"></script>
|
|
</body>
|
|
</html>
|