Compare commits
1 Commits
f01689a4ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
9c029e87a0
|
+11
@@ -35,6 +35,13 @@
|
|||||||
a:hover {
|
a:hover {
|
||||||
background-color: #0056b3;
|
background-color: #0056b3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer{
|
||||||
|
position: absolute;
|
||||||
|
bottom: 10px;
|
||||||
|
font-size: 0.8em;
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -44,5 +51,9 @@
|
|||||||
<a href="simulatore.html" target="_blank">Simulatore</a>
|
<a href="simulatore.html" target="_blank">Simulatore</a>
|
||||||
<a href="guida.html" target="_blank">Guida</a>
|
<a href="guida.html" target="_blank">Guida</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<p>v2.8.0</p>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user