aboutsummaryrefslogtreecommitdiff
path: root/views/404.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:20:52 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:20:52 -0500
commit73f61722b2320f5df619a9b0db078d71b834fcec (patch)
tree9340307a34df4247f153115a342377b7bd7c0cf3 /views/404.ejs
parentf18f4c5daa08a139555be0a780d20e00413d4b32 (diff)
downloadProject-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.gz
Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.bz2
Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.zip
Got rid of the ALP stuff
Diffstat (limited to 'views/404.ejs')
-rw-r--r--views/404.ejs4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/404.ejs b/views/404.ejs
index 0e50577..0ae7e54 100644
--- a/views/404.ejs
+++ b/views/404.ejs
@@ -6,11 +6,10 @@
</head>
<body class="dark">
<% include ./includes/navbar %>
- <div class="animsition">
<div class="text-center mt-3">
<h1>404 - Not Found</h1>
<h2 id="404message"></h2>
- <h3>Return to <a href="/" class="green-text">homepage</a>?</h3>
+ <h3>Return to <a href="/" class="blue-text">homepage</a>?</h3>
</div>
<script>
function randomtext() {
@@ -25,7 +24,6 @@
document.getElementById("404message").innerHTML = randomtext();
</script>
- </div>
<% include ./includes/scripts %>
</body>
</html> \ No newline at end of file