aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-10-27 20:28:59 -0400
committerAlee <alee14498@gmail.com>2018-10-27 20:28:59 -0400
commitf59ba2a1ad46928141d20c5988eafafe751f52ba (patch)
tree63aca239d0f18b006ac0982574913e39f33376b6 /index.html
parentefa105867f5d875639a74d24371a854440cb6ec8 (diff)
downloadpersonal-website-f59ba2a1ad46928141d20c5988eafafe751f52ba.tar.gz
personal-website-f59ba2a1ad46928141d20c5988eafafe751f52ba.tar.bz2
personal-website-f59ba2a1ad46928141d20c5988eafafe751f52ba.zip
Finally working on my website :D
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>