-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
67 lines (64 loc) · 3.29 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page Not Found</title>
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Web Starter Kit">
<link rel="icon" sizes="192x192" href="images/404/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon" href="images/404/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/404/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#33B4E3">
<!-- Favicon -->
<link rel="shortcut icon" href="404/touch/favicon.ico" type="image/x-icon">
<link rel="icon" href="404/touch/favicon.ico" type="image/x-icon">
<!-- Color the status bar on mobile devices -->
<meta name="theme-color" content="#33B4E3">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/"> -->
<!-- Material Design Lite page styles:
You can choose other color schemes from the CDN, more info here http://www.getmdl.io/customize/index.html Format: material.color1-color2.min.css, some examples:
material.red-teal.min.css material.blue-orange.min.css
material.purple-indigo.min.css -->
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.light_green-orange.min.css">
<!-- Material Design icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Your styles -->
<link rel="stylesheet" href="styles/main.css">
<!-- tabzilla -->
<link rel="stylesheet" type="text/css" href="css/tabzilla.css" media="screen">
<link href="css/scroll.css" rel="stylesheet">
<style>
<!--
body {
background-repeat:no-repeat;
background-size:cover;
}
-->
</style></head>
<body>
<div id="tabzilla"> <a href="http://jtechme.github.io/">JTechMe</a>
</div>
<img src="images/404.png" style="position:absolute; top:0px; left:0px; width:100%; max-height:100%; border:0;">
<!--<a href="http://jtechme.github.io">
<img src="images/404/action_home.svg" alt="I think it's this way..." height="87px" width="100px" /></a>-->
<!--<img src="images/404.png" usemap="#is404broken" />
<map name="is404broken">
<area shape="rect" coords="60,276,209,438" title="404home" href="#"> <area shape="rect" coords="597,233,769,455" title="40000004" href="#">
</map>-->
</body>
</html>