forked from trufflesuite/trufflesuite.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
109 lines (84 loc) · 4.55 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Fallback for Font family below in noscript [*] -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Oswald:300,400,700', 'Open+Sans:400,700' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Your Ethereum Swiss Army Knife">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="news_keywords" content="solidity, dapps, contracts, smart contracts" />
<meta name="standout" content="http://truffleframwork.com" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Truffle Framework" />
<meta property="og:description" content="Your Ethereum Swiss Army Knife" />
<meta property="og:title" content="TruffleFramework.com - Truffle Framework" />
<meta property="og:url" content="http://truffleframwork.com" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/truffle-share.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Truffle Framework" />
<meta name="twitter:title" content="TruffleFramework.com - Truffle Framework" />
<meta name="twitter:description" content="Your Ethereum Swiss Army Knife" />
<meta name="twitter:creator" content="Truffle Framework" />
<meta name="twitter:domain" content="truffleframework.com" />
<meta name="twitter:image:src" content="https://github.com/trufflesuite/trufflesuite.github.io/raw/master/images/truffle-share.png" />
<title>TruffleFramework.com | Truffle Framework</title>
<link rel="author" href="humans.txt" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Truffle Framework">
<link rel="icon" sizes="192x192" href="images/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/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="stylesheet" href="/styles/main.css">
<noscript>
<!-- [*] Web fonts for no-js -->
<link href='http://fonts.googleapis.com/css?family=Oswald:300,400,700%7COpen+Sans:400,700' rel='stylesheet' type='text/css'>
</noscript>
</head>
<body>
<main>
<div style="max-width: 800px; margin: auto; text-align: center; padding-top: 60px;">
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist. <a href="/">Home</a></p>
</div>
</main>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="/scripts/main.js"></script>
<script src="/deps/scripts/prism.js"></script>
<script src="/deps/scripts/collapse.js"></script>
<script src="/deps/scripts/dropdown.js"></script>
<script src="/deps/scripts/lunr.js"></script>
<script src="/scripts/navbar.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83874933-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>