forked from digisz/javascriptframeworknamegenerator
-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
59 lines (57 loc) · 3.11 KB
/
404.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PRJCT NAMR - a Name Generator for Project Codenames</title>
<meta name="description" content="Name Generator for Sweet Project Code Names.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Essential META Tags -->
<meta property="og:title" content="PRJCT NAMR - a Name Generator for Project Codenames">
<meta property="og:description" content="Do you need some inspiration for a code name for your next project?">
<meta property="og:image" content="https://kentonh.github.io/ProjectNameGenerator/thumbnail.jpg">
<meta property="og:url" content="https://kentonh.github.io/ProjectNameGenerator">
<!-- Non-Essential, But Recommended -->
<meta property="og:site_name" content="PRJCT NAMR - a Name Generator for Project Codenames">
<meta name="twitter:image:alt" content="Do you need some inspiration for a code name for your next project?">
<meta name="twitter:site" content="@kentonh">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="PRJCT NAMR: Do you need some inspiration for a code name for your next project?" />
<meta name="twitter:description" content="Do you need some inspiration for a code name for your next project?" />
<meta name="twitter:image" content="https://kentonh.github.io/ProjectNameGenerator/thumbnail.jpg" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bg.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<div class="jumbotron color-change-2x">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-2 text-center logo">
<a href="index.html"><img src="namr.png" alt="Logo" /></a>
</div>
<div class="col-md-9 col-md-offset-1">
<a href="index.html" style="text-decoration: none; color: black;"><h1>PRJCT NAMR</h1></a>
<p>Do you need some inspiration for the project you could be developing next? Here let me help you.</p>
</div>
</div>
</div>
</div>
<div class="container" style="text-align: center">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</body>
</html>