diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-26 10:11:50 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-26 10:11:50 +0100 |
| commit | b4c1b4bf9d45b4bb833515a3c907f7da2f9dccb7 (patch) | |
| tree | e383d79744cc2c3e1b02aa615146d7a43a5e76d2 | |
| parent | 20394ef39dae75191f156db05804d24f87889cd6 (diff) | |
Add basics of index.html
| -rw-r--r-- | src/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index e69de29..6de82a4 100644 --- a/src/index.html +++ b/src/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE=html> + +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>DUMUN 2026</title> + <link rel="stylesheet" href="./style/style.css"> + </head> + + <body> + <div class="main"> + <h1>DUMUN 2026</h1> + <p>This is the official website for the Duhovka Model United Nations 2026</p> + </div> + </body> +</html> |
