Skip to content

Commit

Permalink
feat: adding index html for master
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 4, 2023
2 parents c5e16de + 0359a1a commit 55115e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/forum/src/components/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/wasedatime-forum.ts"></script>
</body>
</html>

0 comments on commit 55115e1

Please sign in to comment.