-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
67 lines (59 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Page not found</title>
</head>
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #73dab4;
color: white;
}
</style>
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a href="scratch-projects.html">scratch projects</a>
<a href="Scratchtemplates.html">Scratch templates</a>
<a href="scratch-project-form.html">scratch project form</a>
<a href="Blog.html">Blog</a>
<a href="https://github.com/Mrdev88/scratchspotlight" title="Go to GitHub repo"><img src="https://img.shields.io/static/v1?label=Mrdev88&message=scratchspotlight&color=blue&logo=github" alt="Mrdev88 - scratchspotlight"></a>
</div>
<h1>We don't know what you are looking for, but this page is not found</h1>
<img src="assets/images/togepi-cries.gif"</img>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/63486f9a37898912e96e84a6/1gf9f7sru';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</html>