Aggiunta versione in footer pagina index

This commit is contained in:
2026-04-09 09:43:22 +02:00
parent f01689a4ac
commit 3b87edda36
+11
View File
@@ -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>