We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0a105 commit 83527e5Copy full SHA for 83527e5
1 file changed
404.html
@@ -2,14 +2,13 @@
2
<!DOCTYPE html>
3
<html lang="en">
4
<head>
5
- <!-- Google tag (gtag.js) -->
6
-<script src="https://houselearning.org/cookiebanner.js"></script>
7
-<script src="/feedback.js"></script>
8
-<script src="nav.js" defer></script>
9
-
10
<meta charset="UTF-8">
11
<title>404 Not Found | HouseLearning</title>
12
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <script src="https://houselearning.org/cookiebanner.js"></script>
+ <script src="/feedback.js"></script>
+ <script src="nav.js" defer></script>
+ <script type="module" src="https://www.houselearning.org/also.js"></script>
13
<link rel="stylesheet" href="style.css">
14
</head>
15
<body>
0 commit comments