moves scripts to dedicated folder
This commit is contained in:
parent
ce606023e2
commit
a0d02e87c4
5 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<script src = "pages\gallery.js" type = "module"></script>
|
||||
<script src = "pages\autoScroll.js" type = "module"></script>
|
||||
<script src = "scripts\gallery.js" type = "module"></script>
|
||||
<script src = "scripts\autoScroll.js" type = "module"></script>
|
||||
<title>Nye Evans Portfolio</title>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ body{
|
|||
font-family: "roboto";
|
||||
background-color: #181818;
|
||||
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
|
Loading…
Add table
Reference in a new issue