-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
69 lines (65 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" type="text/css" href="./style.css">
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name='description' content='GitHub site page for the Motivesoft organization, its projects and repositories'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Motivesoft</title>
</head>
<body>
<header>
<div class="companyheader">
<a id="logo" href="./index.html"></a>
<script>
size = 96;
h = size;
w = size;
r=Math.min(w, h) / 2;
r2=r/2;
cy = h/2;
cx = w/2;
text = "<g><title>Layer 1</title><circle id='svg_1' r='"+r+"' fill='#DAA520' cy='"+cy+"' cx='"+cx+"'/></g><g><title>Layer 2</title><circle id='svg_2' r='"+r2+"' fill='#800000' cy='"+(h-r2)+"' cx='"+(w-r2)+"'/></g>";
text = "<svg width='"+w+"' height='"+h+"'http://www.w3.org/2000/svg' xmlns='' xmlns:svg='http://www.w3.org/2000/svg'>"+text+"</svg>";
document.getElementById("logo").innerHTML = text;
</script>
<ul>
<li>Motivesoft</li>
</ul>
</div>
</header>
<main style="text-align: center;">
<h1 style="font-family: sans-serif; font-size: 36pt;">404</h1>
<p>The page you are looking for does not exist.</p>
<p>Please go to the <a href="./index.html">Motivesoft GitHub Pages</a> home page.</p>
</main>
<div id="suggestions">
<a href="https://githubstatus.com">GitHub Status</a> —
<a href="https://twitter.com/githubstatus">@githubstatus</a>
</div>
<footer style="display: grid; vertical-align: middle; grid-template-columns: auto 50px;">
<div id="footer" style="padding-top: 5px">
<noscript>Copyright © 2020 Ian Brown.</noscript>
</div>
<script>
originYear = "2020";
d = new Date();
y = d.getFullYear();
if( y != originYear )
{
y = originYear.concat("-").concat(y);
}
document.getElementById("footer").innerHTML = "Copyright © " + y + " Ian Brown";
</script>
<a class="button" href="mailto:enquiries@motivesoft.co.uk"><img src="./email-white.png" alt="email enquiries@motivesoft.co.uk" title="email enquiries@motivesoft.co.uk" height="30px" width="30px"/></a>
</footer>
</body>
</html>