-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
76 lines (68 loc) · 2.96 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PistachoSoft:Error</title>
<link rel="icon" type="image/png" href="img/favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/pistachocss.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="index.html" ><img style="max-height:100px; max-width: 75%" src="./img/logo.png"/></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="dropdown">
<a href="projects.html" class="dropdown-toggle" id="dropdownMenu" data-toggle="dropdown">
Projects
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu">
<li role="presentation"><a role="menuitem" tabindex="-1" href="projects.html">Workbench...</a></li>
<li class="divider"></li>
<li class="dropdown-header">Projects:</li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="earthme/index.html">EarthMe!</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="guitalog/index.html">Guitalog</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="error.html">PistachoTV</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="error.html">PistachoPill</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="divergencemeter/index.html">DivergenceMeter</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row myPanel">
<div class="jumbotron">
<h1>Wops, this must be wrong</h1>
<p>...</p>
<p>Probably we're working on what you're looking for ATM.</p>
<p>Check <a href="https://twitter.com/PistachoSoft">@PistachoSoft</a> for news!</p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>