diff options
Diffstat (limited to 'www/examples/index.html')
| -rw-r--r-- | www/examples/index.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/www/examples/index.html b/www/examples/index.html deleted file mode 100644 index 517c251..0000000 --- a/www/examples/index.html +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <title> Examples | Nissy </title> | ||
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style-3.css"> | ||
| 6 | <link rel="icon" href="/favicon.png"> | ||
| 7 | <meta charset="utf-8"> | ||
| 8 | </head> | ||
| 9 | |||
| 10 | <body> | ||
| 11 | |||
| 12 | <nav class="top"> | ||
| 13 | <table class="menu"> | ||
| 14 | <tr> | ||
| 15 | <td class="logo"> <a href="/"><img src="/favicon.png" alt="logo"></a> </td> | ||
| 16 | <td class="links"> | ||
| 17 | <a href="/download/">Download</a> | | ||
| 18 | <a href="/examples/">Examples</a> | ||
| 19 | </td> | ||
| 20 | </tr> | ||
| 21 | </table> | ||
| 22 | </nav> | ||
| 23 | |||
| 24 | <hr class="line"> | ||
| 25 | |||
| 26 | |||
| 27 | <h1>Examples</h1> | ||
| 28 | |||
| 29 | (Coming soon...) | ||
| 30 | |||
| 31 | <hr class="line"> | ||
| 32 | |||
| 33 | <nav class="bottom"> | ||
| 34 | <table class="footer"> | ||
| 35 | <tr> | ||
| 36 | <td class="contact"> | ||
| 37 | <a href="https://sebastiano.tronto.net">sebastiano.tronto.net</a> | ||
| 38 | </td> | ||
| 39 | <td class="hosted"> | ||
| 40 | <a href="mailto:sebastiano@tronto.net"> | ||
| 41 | sebastiano@tronto.net | ||
| 42 | </a> | ||
| 43 | </td> | ||
| 44 | </tr> | ||
| 45 | </table> | ||
| 46 | </nav> | ||
| 47 | |||
| 48 | </body> | ||
| 49 | </html> | ||
