moves scripts to dedicated folder

This commit is contained in:
Nye Evans 2021-06-18 16:44:06 +01:00
parent ce606023e2
commit a0d02e87c4
5 changed files with 4 additions and 3 deletions

View file

@ -7,8 +7,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src = "pages\gallery.js" type = "module"></script> <script src = "scripts\gallery.js" type = "module"></script>
<script src = "pages\autoScroll.js" type = "module"></script> <script src = "scripts\autoScroll.js" type = "module"></script>
<title>Nye Evans Portfolio</title> <title>Nye Evans Portfolio</title>
</header> </header>

View file

@ -11,6 +11,7 @@ body{
font-family: "roboto"; font-family: "roboto";
background-color: #181818; background-color: #181818;
line-height: 1.3;
} }
h1{ h1{