diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:12:05 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:12:05 -0800 |
commit | 69cade80030065f3c3324200fbc2cb94be6d0b4e (patch) | |
tree | 6c53eac6cd35f35cda6badf29c975af5754b508d /index.html |
Set up Repo, set up Index.html, create styles.css
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..2dbc982 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link href="styles.css" rel="stylesheet"> + <title>Document</title> +</head> +<body> + +</body> +</html>
\ No newline at end of file |