miles allen

This commit is contained in:
PenguinRobert1
2024-03-28 16:43:03 +00:00
parent aeb08460e3
commit 257ad95867
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<html> <html>
<link rel="stylesheet" href="/"> <link rel="stylesheet" href="/404/404.css">
<script src = "/404/404.js" type = "text/javascript"></script>
<nav> <nav>
<div class="menu"> <div class="menu">
<p class="website_name">fun-miles</p> <p class="website_name">fun-miles</p>
+3
View File
@@ -0,0 +1,3 @@
// Parallax Code
var scene = document.getElementById('scene');
var parallax = new Parallax(scene);