1 Commits

Author SHA1 Message Date
AndreStork 9c029e87a0 Aggiunta versione in footer pagina index 2026-04-09 09:43:22 +02:00
+11
View File
@@ -35,6 +35,13 @@
a:hover {
background-color: #0056b3;
}
footer{
position: absolute;
bottom: 10px;
font-size: 0.8em;
color: #666;
}
</style>
</head>
<body>
@@ -44,5 +51,9 @@
<a href="simulatore.html" target="_blank">Simulatore</a>
<a href="guida.html" target="_blank">Guida</a>
</div>
<footer>
<p>v2.8.0</p>
</footer>
</body>
</html>