diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-20 13:58:01 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-20 13:58:01 +0100 |
| commit | bc7eb37e99fb1449baef62a981e3c6e9fe50208c (patch) | |
| tree | 9cf0fddddb33cc22086fff2e7a741c1059cd31b6 /index.html | |
initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3214cf5 --- /dev/null +++ b/index.html @@ -0,0 +1,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> |
