We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c781fa commit ccc90d4Copy full SHA for ccc90d4
frontend/index.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>UM Robotics Research Lab Match</title>
7
<script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/heroicons@2.0.18/24/outline/index.js" type="module"></script>
9
<script>
10
tailwind.config = {
11
theme: {
@@ -201,6 +202,6 @@ <h3 class="text-2xl font-bold text-gray-800 mb-3"><a href="https://vihdutta.com"
201
202
</footer>
203
</div>
204
- <script src="/static/app.js"></script>
205
+ <script src="app.js"></script>
206
</body>
207
</html>
0 commit comments