Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Apr 27, 2024
1 parent 32d99b5 commit 94e9017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
*.DS_Store
*.less
*.js
!*.min.js
*~
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="/src/css/style.css">
<script src="/src/js/setup.min.js"></script>
<title>404</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="/src/css/style.css">
<script src="/src/js/setup.js"></script>
<script src="/src/js/page/index.js"></script>
<script src="/src/js/setup.min.js"></script>
<script src="/src/js/page/index.min.js"></script>
</head>

<body>
Expand Down

0 comments on commit 94e9017

Please sign in to comment.