diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0597f29 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="UTF-8"> +<title></title> +<link rel="stylesheet" href="style.css"> +<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> +</head> + +<body> +</body> + +<script type="module" src="index.js"></script> +</html> |