]> pere.pagekite.me Git - homepage.git/blob - mypapers/webslides/error.html
New post on DD orphaned packages.
[homepage.git] / mypapers / webslides / error.html
1 <!doctype html>
2 <html lang="en-US" prefix="og: http://ogp.me/ns#">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6
7 <!-- CLEAN MARKUP = GOOD KARMA.
8 Hi source code lover,
9
10 you're a curious person and a fast learner ;)
11 Let's make something beautiful together. Contribute on Github:
12 https://github.com/webslides/webslides
13
14 Thanks,
15 @jlantunez.
16 -->
17
18 <!-- SEO -->
19 <title>Page not found (404) - WebSlides</title>
20 <meta name="description" content="Unfortunately, this page does not exist.">
21
22 <!-- Google Fonts -->
23 <link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,700,700i%7CMaitree:200,300,400,600,700&amp;subset=latin-ext" rel="stylesheet">
24
25 <!-- CSS Base -->
26 <link rel="stylesheet" type='text/css' media='all' href="static/css/base.css">
27
28 <!-- CSS Colors -->
29 <link rel="stylesheet" type='text/css' media='all' href="static/css/colors.css">
30
31 <!-- Optional - CSS SVG Icons (Font Awesome) -->
32 <link rel="stylesheet" type='text/css' media='all' href="static/css/svg-icons.css">
33
34
35 <!-- FAVICONS -->
36 <link rel="shortcut icon" sizes="16x16" href="static/images/favicons/favicon.png">
37 <link rel="shortcut icon" sizes="32x32" href="static/images/favicons/favicon-32.png">
38
39 <!-- Android -->
40 <meta name="mobile-web-app-capable" content="yes">
41 <meta name="theme-color" content="#333333">
42 </head>
43 <body>
44 <header role="banner">
45 <nav role="navigation">
46 <p class="logo"><a href="index.html" title="WebSlides">WebSlides</a></p>
47 <ul>
48 <li class="github">
49 <a rel="external" href="https://github.com/webslides/webslides" title="Github">
50 <svg class="fa-github">
51 <use xlink:href="#fa-github"></use>
52 </svg>
53 <em>WebSlides</em>
54 </a>
55 </li>
56 <li class="twitter">
57 <a rel="external" href="https://twitter.com/webslides" title="Twitter">
58 <svg class="fa-twitter">
59 <use xlink:href="#fa-twitter"></use>
60 </svg>
61 <em>@WebSlides</em>
62 </a>
63 </li>
64 <!-- <li class="dribbble"><a rel="external" href="http://dribbble.com/webslides" title="Dribbble"><svg class="fa-dribbble"><use xlink:href="#fa-dribbble"></use></svg> <em>jlantunez</em></a></li> -->
65 </ul>
66 </nav>
67 </header>
68
69 <main role="main">
70 <section class="aligncenter">
71 <div class="wrap">
72 <h1>Page not found!</h1>
73 <p class="text-symbols">* * *</p>
74 <p>Please check your URL or <a href="index.html">return to the Home Page</a>.</p>
75 </div>
76 <!-- end .wrap -->
77 </section>
78 <!-- end section -->
79 </main>
80 <!-- end main -->
81
82 <!-- svg-icons.js is optional (fontastic.me - Font Awesome as svg icons) -->
83 <script defer src="static/js/svg-icons.js"></script>
84
85 </body>
86 </html>