-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
87 lines (75 loc) · 3.57 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
<!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">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=4">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=4">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=4">
<link rel="manifest" href="/site.webmanifest?v=4">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=4">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<title>Multilingual English Storybooks</title>
<meta name="description" content="Storybooks for Learners of English is designed specifically for teachers, parents, and community members. It makes 40 stories from the African Storybook available with text and audio in English as well as a wide variety of languages spoken around the world.
">
<link rel="stylesheet" href="/css/spectre.min.css">
<link rel="stylesheet" href="/css/gsn.min.css">
<link rel="stylesheet" href="/css/fontello.min.css">
<link rel="canonical" href="https://englishstorybooks.org//404.html">
<link rel="alternate" type="application/rss+xml" title="Multilingual English Storybooks" href="">
<script src="/js/sbc.min.js"></script>
</head>
<body>
<div class="container">
<header class="navbar">
<section class="navbar-section">
<a href="/" class="navbar-brand">
<object type="image/svg+xml" data="/images/sben_logo.svg" width="100" height="100" border="0"></object>
</a>
<div class="btn-group btn-group-block">
<a href="/" class="btn btn-primary">Home</a>
<div class="dropdown">
<a href="#" class="btn btn-primary dropdown-toggle" tabindex="0">About</a>
<ul class="menu">
<li class="menu-item"><a href="/about">About us</a></li>
<li class="menu-item"><a href="/about/languages">Languages</a></li>
</ul>
</div>
<a href="/how-to" class="btn btn-primary">How to use this website</a>
<a href="/contact" class="btn btn-primary">Contact us</a>
</div>
</section>
</header>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<h4>The page you are looking for could not be found. Perhaps you were looking for a translation that we are still working on, or a <a href="/about/languages">language</a> that is not yet available. If you are able to help with translation or recording of any languages we don't have yet, we would love <a href="/contact">to hear from you!</a></h4>
<h4>Please note that Multilingual English Storybooks is still under development and we will continue to add languages, stories, and other resources as they become available.</h4>
<a class="btn btn-lg btn-primary" href="/">Back to home</a>
</div>
</div>
<footer>
<div class="container">
<h3>Additional resources</h3>
<a class="btn btn-lg" target="_blank" href="https://africanstorybook.org/">African Storybook</a> <a class="btn btn-lg" target="_blank" href="https://globalstorybooks.net/">Global Storybooks Portal</a> <a class="btn btn-lg" href="/contact">Email us</a>
<br><br> © Multilingual English Storybooks. <a href="https://creativecommons.org/licenses/by/4.0/">Some rights reserved</a>.<br><br>
</div>
</footer>
</body>
</html>