summaryrefslogtreecommitdiff
path: root/index.html
blob: 3214cf51723ff32ea8c32080bc669fd980115259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-US">

<head>
    <title>yuzu-eva's odin project</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=devide-width,initial-scale=1">
    <link rel="stylesheet" href="styles/style.css">
</head>

<body>
    <div>
        <h1>Hello, World!</h1>
    </div>
</body>
<script src=""></script>

</html>