Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « public « exampleSite - github.com/ExchangeRate-API/strange-case.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b00c99ef73e33fb55ca0460b991e31055f8dbc9 (plain)
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
110
111
<!DOCTYPE html>
<html >
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="generator" content="Hugo 0.53" />
	
	<title>404 Page not found - A Hugo Theme built with Bootstrap</title>

	
	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
	<link href="https://gohugo.io//css/bootstrap.min.css" rel="stylesheet">
	<link href="https://gohugo.io//css/strange-case.css" rel="stylesheet">
	

	
	
	<!--[if lt IE 9]>
	<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
	<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
	<![endif]-->
</head>
<body class="scheme-darkbrown">

	<div class="container-fluid">
		<div class="row">
			<div class="col-sm-4 col-md-3 col-lg-3 sidebar">

			
	<div class="sidebar-content">

		<a href="https://gohugo.io/"><h1>Hugo Themes</h1></a>
		<p>A Hugo Theme built with Bootstrap</p>

		
		<div class="sidebar-freetext">
			<p>A optional paragraph of free text. Set to blank in config.toml to clear...</p>
		</div>
		

		<ul class="sidebar-menus">
			
				<li>&#187; <a href="https://gohugo.io/post/goisforlovers/">(Hu)go Template Primer</a> </li>
			
				<li>&#187; <a href="https://gohugo.io/about/">About Hugo</a> </li>
			
				<li>&#187; <a href="http://getbootstrap.com">Bootstrap</a> <span class='glyphicon glyphicon-ok'></span></li>
			
				<li>&#187; <a href="https://gohugo.io/post/hugoisforlovers/">Getting Started with Hugo</a> </li>
			
				<li>&#187; <a href="http://gohugo.io">Hugo</a> <span class='glyphicon glyphicon-fire'></span></li>
			
				<li>&#187; <a href="">tutorials</a> </li>
			
		</ul>

		<div class="sidebar-recent hidden-xs">
			<p>Recent Posts:</p>
			<ul>
				
				<li><a href="https://gohugo.io/post/creating-a-new-theme/">Creating a New Theme</a></li>
				
				<li><a href="https://gohugo.io/post/migrate-from-jekyll/">Migrate to Hugo from Jekyll</a></li>
				
				<li><a href="https://gohugo.io/about/">About Hugo</a></li>
				
				<li><a href="https://gohugo.io/post/goisforlovers/">(Hu)go Template Primer</a></li>
				
				<li><a href="https://gohugo.io/post/hugoisforlovers/">Getting Started with Hugo</a></li>
				
			</ul>
		</div>

		<p class="copyright">&copy; 2019. All rights reserved. </p>
		<p class="attr">Powered by <a href="http://gohugo.io">Hugo</a> &amp; <a href="https://github.com/ExchangeRate-API/strange-case">Strange Case</a> (inspired by <a href="https://github.com/poole/hyde">Hyde</a>).</p>

	</div>


			</div>
			<div class="col-sm-7 col-sm-offset-4 col-md-6 col-md-offset-3 col-lg-5 col-lg-offset-3 content">

				<div class="post">

					<div class="post-heading">
						<h1>404 Not Found</h1>
						<p>Unfortunately we couldn't find the page you requested.</p>
						<p><a href="https://gohugo.io/">Return to Hugo Themes</a></p>
					</div>

				</div>

			</div>
			<div class="col-sm-1 col-md-3 col-md-4">
			</div>
		</div>
	</div>







<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

<script src="https://gohugo.io//js/bootstrap.min.js"></script>

</body>
</html>