index.html - lsg - Lumidify Site Generator
HTML git clone git://lumidify.org/lsg.git (fast, but not encrypted)
HTML git clone https://lumidify.org/lsg.git (encrypted, but very slow)
HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/lsg.git (over tor)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
index.html (703B)
---
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Home | My Site</title>
5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <link rel="stylesheet" href="../static/main.css">
8
9 </head>
10 <body>
11 <div id="header">
12 <h1 id="title">My Site</h1>
13 <div id="lang">
14 <ul>
15 <li><a href="../de/index.html">Deutsch</a></li>
16 </ul>
17 </div>
18 <div id="nav">
19 <ul>
20 <li><a href="index.html">Home</a></li>
21 <li><a href="about.html">About</a></li>
22 <li><a href="contact.html">Contact</a></li>
23
24 </ul>
25 </div>
26 </div>
27 <div id="content">
28 <h1>Great Website</h1>
29
30 <p><img src="../static/logo.png" alt="Best logo ever" /></p>
31
32 <p>See <a href="about.html">About</a> for more information.</p>
33
34 </div>
35 </body>
36 </html>