-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a8ae52
commit aaee273
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<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="../src/styles/style.css" /> | ||
<link rel="stylesheet" href="../styles/style.css" /> | ||
</head> | ||
|
||
<body class="dark"> | ||
|
@@ -125,8 +125,8 @@ <h2>Enter Custom Text</h2> | |
</div> | ||
</div> | ||
</div> | ||
<script async type="module" src="../src/scripts/flying-focus.js"></script> | ||
<script async type="module" src="../src/scripts/app.js"></script> | ||
<script async type="module" src="../scripts/flying-focus.js"></script> | ||
<script async type="module" 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> | ||
|