diff options
| -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> |
