|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> |
| 8 | + <meta http-equiv="Pragma" content="no-cache" /> |
| 9 | + <meta http-equiv="Expires" content="0" /> |
7 | 10 | <title>GPTeasers Quiz App</title> |
8 | 11 | <link |
9 | 12 | rel="icon" |
10 | 13 | href="static/flavicon.png" |
11 | 14 | type="image/png" |
12 | 15 | sizes="32x32" |
13 | 16 | /> |
14 | | - <link rel="stylesheet" href="static/styles.css" /> |
| 17 | + <link rel="stylesheet" href="static/styles.css?v=20251221" /> |
15 | 18 | <!-- Google tag (gtag.js) --> |
16 | 19 | <script |
17 | 20 | async |
|
33 | 36 | <div class="navbar-brand"> |
34 | 37 | <h1>GPTeasers 🧠💡</h1> |
35 | 38 | </div> |
36 | | - <ul class="navbar-links"> |
| 39 | + <div class="navbar-toggle" id="navbar-toggle"> |
| 40 | + <span></span> |
| 41 | + <span></span> |
| 42 | + <span></span> |
| 43 | + </div> |
| 44 | + <ul class="navbar-links" id="navbar-links"> |
37 | 45 | <li><a href="index.html">Home</a></li> |
38 | | - <li><a href="readme.html">README</a></li> |
39 | 46 | <li><a href="https://github.com/DJSaunders1997/GPTeasers">Github Repo</a></li> |
40 | 47 | <li><a href="mailto:DJSaunders1997@gmail.com">Contact</a></li> |
| 48 | + <li><a href="readme.html">README</a></li> |
41 | 49 | </ul> |
42 | 50 | </nav> |
43 | 51 | <h1>GPTeasers 🧠💡</h1> |
@@ -80,7 +88,7 @@ <h1>GPTeasers 🧠💡</h1> |
80 | 88 | </select> |
81 | 89 | </div> |
82 | 90 |
|
83 | | - <button id="fetchQuizButton">Fetch Quiz Data</button> |
| 91 | + <button id="fetchQuizButton">Generate AI Quiz ✨</button> |
84 | 92 | </section> |
85 | 93 |
|
86 | 94 | <section id="quizSection"> |
@@ -134,10 +142,10 @@ <h2></h2> |
134 | 142 | </div> |
135 | 143 | </template> |
136 | 144 | </section> |
| 145 | + |
| 146 | + <footer>Website by David Saunders.</footer> |
137 | 147 | </main> |
138 | 148 |
|
139 | | - <footer>Website by David Saunders.</footer> |
140 | | - |
141 | | - <script type="module" src="scripts/app.js"></script> |
| 149 | + <script type="module" src="scripts/app.js?v=20251220"></script> |
142 | 150 | </body> |
143 | 151 | </html> |
0 commit comments