-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/index.css">
<title>Laggio di Cadore (Belluno) ITALY</title>
</head>
<body>
<div id="loader-wrapper">
<div id="content">
<img src="src/svg/montagne.svg" class="svg" alt="Caricamento in corso...Se ci dovesse mettere troppo prova a ricare o andare sul ciampon(Magari li qualcosa succede ah si e ricordati di portare il cellulare carico)">
<p id="attesa">Caricamento in corso </p>
<p id="frase_a_caso"></p>
</div>
<div id="loader"></div>
</div>
<iframe src="src/subpages/menu/menu.html" id="desktop" frameborder="0" border="0" allowtransparency="true" scrolling="no">Hai il computer o il cellulare con google non aggiornato! anche se succede vuol dire che non lo aggiorni veramente dall'epoca di marcocaco</iframe>
<script src="js/script.js"></script>
</body>
</html>