Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kokonico authored Apr 3, 2024
1 parent f46ef4d commit a8c35f0
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 @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Word Generator</title>
<link href=style.css rel="stylesheet">
<link href=/words/style.css rel="stylesheet">
<!-- boost discoverability -->
<meta name="description" content="Generate every possible word ever to exist">
<meta name="robots" content="index, follow">
Expand All @@ -20,7 +20,7 @@
<h1>Kokonico's word generator</h1>
<h1 id="word">Enable JavaScript</h1>

<script src="/word.js" type="text/javascript"></script>
<script src="/words/word.js" type="text/javascript"></script>

<p>Current length: <span id="current-length">1</span></p>
<p>Total words generated: <span id="total-words-generated">0</span></p>
Expand Down

0 comments on commit a8c35f0

Please sign in to comment.