Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayanapnf authored Sep 2, 2024
1 parent ebfd89b commit 9842c74
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="./src/assets/icone_miniBlog.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MiniBlog</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>

0 comments on commit 9842c74

Please sign in to comment.