diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..db61949 --- /dev/null +++ b/src/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="scss/style.scss"> + </head> + <body> + Hello world! + </body> +</html>
\ No newline at end of file |