-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
47 lines (46 loc) · 1.81 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
<DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159158579-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159158579-3');
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/icon">
<link rel="icon" href="favicon.ico" type="image/icon">
<head>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>HD Open Source Projects</title>
<script data-ad-client="ca-pub-6004893853751445" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<div>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="donations.html">Donate</a>
<a href="vexcode.html">VEX Robotics</a>
<a href="email-python.html">Python Backend</a>
<a href="raid.html">Raid The Romans</a>
<a href="flappy.html">Flappy Bird</a>
<a href="projects.html">Project Ideas</a>
<a href="progress.html">See What We Are Up To</a>
<a href="about.html">About Us</a>
</div>
<img src="code-coding-connection-css.jpg">
<div class="error">
<h1><b>ERROR 404</b></h1>
<p>Page Not Found</p>
</div>
<div class="footer">
<a href="github.html"><b>Our GitHubs</b></a>
<a href="legal.html"><b>Legal</b></a>
<a href="privacy.html"><b>Privacy Policy</b></a>
<a href="license.html"><b>License</b></a>
<a href="progress.html"><b>See What We Are Up To</b></a>
</div>
</body>
</div>
</html>