blob: 517c2513fbf37ff40e09cc27a47a35a52de918d7 (
plain)
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
46
47
48
49
|
<!doctype html>
<html lang="en">
<head>
<title> Examples | Nissy </title>
<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css">
<link rel="icon" href="/favicon.png">
<meta charset="utf-8">
</head>
<body>
<nav class="top">
<table class="menu">
<tr>
<td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td>
<td class="links">
<a href="/download/">Download</a> |
<a href="/examples/">Examples</a>
</td>
</tr>
</table>
</nav>
<hr class="line">
<h1>Examples</h1>
(Coming soon...)
<hr class="line">
<nav class="bottom">
<table class="footer">
<tr>
<td class="contact">
<a href="https://sebastiano.tronto.net">sebastiano.tronto.net</a>
</td>
<td class="hosted">
<a href="mailto:sebastiano@tronto.net">
sebastiano@tronto.net
</a>
</td>
</tr>
</table>
</nav>
</body>
</html>
|