Skip to content

Commit

Permalink
Vite needs index.html in rooy
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 3, 2024
1 parent abdfd5d commit 38bef23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ myconext.pem
myconext.crt
node_modules
target
index.html
bundle.*.css
bundle.*.js
yarn-error.log
Expand Down
13 changes: 13 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Student mobiliteit</title>
<meta name='viewport' content='width=device-width'>
<meta charset='utf-8'>
<link href="/styles.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" href="/src/favicon.ico">
</head>
<body>
<script type="module" src="/src/main.js"></script>
</body>
</html>

0 comments on commit 38bef23

Please sign in to comment.