Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Sep 27, 2023
1 parent 8cf3a45 commit e1b3aac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
<meta name="keywords" content="Swift Type, typing game, HauseMaster">
<title>Swift Type ~ HauseMaster</title>
<link rel="icon" type="image/png" href="https://data.typeracer.com/public/images/redesign/typeracer-hot-rod.svg">
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="../src/styles/style.css" />
</head>


<body class="dark">
<div class="container">
<h1>Swift Type ~ HauseMaster</h1>
Expand Down Expand Up @@ -126,8 +125,8 @@ <h2>Enter Custom Text</h2>
</div>
</div>
</div>
<script async type="module" src="./scripts/flying-focus.js"></script>
<script async type="module" src="./scripts/app.js"></script>
<script async type="module" src="../src/scripts/flying-focus.js"></script>
<script async type="module" src="../src/scripts/app.js"></script>
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/spin.min.js"></script>
<script async src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
Expand Down

0 comments on commit e1b3aac

Please sign in to comment.