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