aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-04-16 16:53:53 +0200
committerHampusM <hampus@hampusmat.com>2021-04-16 16:53:53 +0200
commitef256e9e40b5fd0cc741c509e611808cc66bafad (patch)
tree8363cd193b36ae3a7159f3498b5efb093e086d40 /src/index.html
Initial commit
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html10
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