-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
45 lines (45 loc) · 1.16 KB
/
Home.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width-device-width">
<meta charset="UTF-8">
<title>Sito di Dan62F</title>
<link rel="icon" href="/images/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="/css/default.css">
</head>
<body>
<div id="header">
<h1 id="headerTitle">
<a href="/index.html">Sito di Dan62F</a> <span id="headerSubtitle">.:ancora in beta testing:.</span>
</h1>
</div>
<div id="menu">
<span class="thisdir"><a href="./index.html">/</a></span>
<span class="sections">
<a href="/AADKNR/index.html">AADKNR/</a>
<a href="/Solfe/index.html">Solfe/</a>
<a class=\"menunow\" href="/index.html">home</a>
</span>
</div>
<div id="main">
<div id="navbar">
<ul>
<li class="sidedir"><a href="AADKNR/index.html">AADKNR/</a></li>
<li class="sidedir"><a href="Solfe/index.html">Solfe/</a></li>
</ul>
</div>
<div id="content">
<h2 id="ho-ancora-qualcosa-da-dire">Ho ancora qualcosa da dire?</h2>
<p>Se ho ancora qualcosa da dire lo dirò su queste pagine.</p>
</div>
</div>
<div id="footer">
<div class="left">
Copyright notice
</div>
<div class="right">
Email and acknowledgements
</div>
</div>
</body>
</html>