diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-05 22:55:49 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-05 22:55:49 +0100 |
commit | 5f0cd016bf1c6706571c198500c30ec5dc61c81f (patch) | |
tree | 6498f9e50734630c509fc87dce20de8818f5f2ec /index.html |
Initial Commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..5434fab --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <script src="main.js"></script> + <link rel="stylesheet" href="bulma.min.css"> + <link rel="stylesheet" href="style.css"> + <title>Document</title> + </head> + <body> + <section class="section"> + <div class="container"> + <h1 class="title"> + Hello World + </h1> + <p class="subtitle"> + My first website with <strong>Bulma</strong>! + </p> + </div> + </section> + </body> +</html> |