Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 98949c1

Browse files
committed
Add a 404 page
1 parent f83e5b8 commit 98949c1

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

404.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<title>Microservices Demo: Socks Shop</title>
9+
10+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
11+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
12+
13+
<link href="/assets/css/custom.css" rel="stylesheet">
14+
15+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
16+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
17+
<!--[if lt IE 9]>
18+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
19+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
20+
<![endif]-->
21+
</head>
22+
<body>
23+
24+
<div class="container">
25+
<div class="header clearfix">
26+
<div class="header-home"><a href="/">Socks Shop</a></div>
27+
<nav>
28+
<ul class="nav header-nav">
29+
<li class=""><a href="/docs/quickstart.html">Quickstart</a></li>
30+
<li><a href="/docs/index.html">Docs</a></li>
31+
<li><a href="/api/index.html">API</a></li>
32+
<li><a href="http://github.com/microservices-demo" target="_blank">GitHub</a></li>
33+
</ul>
34+
</nav>
35+
</div>
36+
</div>
37+
38+
<div class="hero-banner">
39+
<div class="page-container">
40+
<div class="hero">
41+
<h1>Socks Not Found</h1>
42+
<h2>These are not the socks you are looking for</h2>
43+
<p class="lead">
44+
Perhaps you'd consider stripes? Or maybe you're looking for our special perforated socks, designed for perspiration control?
45+
</p>
46+
</div>
47+
</div>
48+
</div>
49+
50+
<!--
51+
<div class="container">
52+
<div class="inner">
53+
<div class="row">
54+
<div class="col-sm-6">
55+
<h3>Open Source &amp; Free</h3>
56+
<p>
57+
Socks Shop is <a href="http://github.com/microservices-demo" target="_blank">open source</a>, (<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>) and is free to use for talks, testing and demo's.
58+
</p>
59+
</div>
60+
<div class="col-sm-6">
61+
<h3>Socks Shop on Slack</h3>
62+
<p>
63+
The Weave Community hosts the Socks Shop Slack channel.
64+
<a href="https://weaveworks.github.io/community-slack/" target="_blank">Join Slack</a> and tell us how you're using the app.
65+
</p>
66+
</div>
67+
</div>
68+
69+
<div class="row">
70+
<div class="col-sm-12">
71+
72+
<h3><a id="user-content-screenshot" class="anchor" href="#screenshot" aria-hidden="true"></a>Screenshot</h3>
73+
74+
<p><img src="/assets/sockshop-frontend.png" alt="Sock Shop frontend" style="max-width:100%;"></p>
75+
76+
<h3><a id="user-content-visualizing-the-application" class="anchor" href="#visualizing-the-application" aria-hidden="true"></a>Visualizing the application</h3>
77+
78+
<p>Use <a href="http://weave.works/products/weave-scope/">Weave Scope</a> or <a href="http://cloud.weave.works/">Weave Cloud</a> to visualize the application once it's running in the selected <a href="https://github.com/microservices-demo/microservices-demo/blob/master/deploy">target platform</a>.</p>
79+
80+
<p><img src="/assets/sockshop-scope.png" alt="Sock Shop in Weave Scope" style="max-width:100%;"></p>
81+
</div>
82+
</div>
83+
84+
</div>
85+
-->
86+
87+
<div class="footer">
88+
<p>&copy;2016 <a href="http://weave.works/" target="_blank">Weaveworks, Inc</a></p>
89+
</div>
90+
91+
</div>
92+
93+
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
94+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
95+
<script>
96+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
97+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
98+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
99+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
100+
101+
ga('create', 'UA-57286487-2', 'auto');
102+
ga('send', 'pageview');
103+
104+
</script>
105+
</body>
106+
</html>

0 commit comments

Comments
 (0)