Skip to content

Commit bdf97c3

Browse files
authored
Create 404.html
1 parent 3425e48 commit bdf97c3

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

public/404.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="icon" href="/public/middlePNG.svg">
7+
<style>
8+
body{
9+
margin: 0px;
10+
}
11+
</style>
12+
<title>StrawMinecraftLauncher</title>
13+
</head>
14+
<body>
15+
<div id="app"></div>
16+
<script type="module" src="./src/main.js"></script>
17+
<script src="https://kit.fontawesome.com/b9c6197a7b.js" crossorigin="anonymous"></script>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)