Skip to content

Commit

Permalink
try to update html
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoel42 committed Dec 9, 2024
1 parent 9215e3a commit fb4c327
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/html.index
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
</head>
<body>
<p>If you are not redirected automatically, <a href="https://github.com/alexjoel42/Selector_Practice/tree/main/introdemo">click here</a>.</p>
</body>


<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

0 comments on commit fb4c327

Please sign in to comment.