aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/index.html b/index.html
index 557db03..bcb473e 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,10 @@
-Hello World
+<html>
+ <head>
+ <title>Andrew's Website | Home</title>
+ <link href="./style.css" type="text/css" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
+ </head>
+ <body>
+ <h1>Hello World!</h1>
+ </body>
+</html>