Skip to content

Commit

Permalink
Fix style/script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Mar 11, 2024
1 parent 3823255 commit 78fd1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Link Tags -->
<link rel="icon" href="typewriter-formatting/tabicon.png" />
<link href="https://tylergordonhill.com/global.css" rel="stylesheet" type="text/css" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="typewriter-formatting/style.css" rel="stylesheet" type="text/css" />
</head>

<body>
Expand Down Expand Up @@ -390,6 +390,6 @@ <h2 id="title">Typewriter Formatting</h2>
<script src="https://www.gstatic.com/firebasejs/10.1.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.1.0/firebase-analytics-compat.js"></script>
<script src="https://tylergordonhill.com/global.js"></script>
<script src="/script.js"></script>
<script src="typewriter-formatting/script.js"></script>
</body>
</html>

0 comments on commit 78fd1b6

Please sign in to comment.