diff options
| author | Alee <alee14498@gmail.com> | 2018-10-27 20:28:59 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-10-27 20:28:59 -0400 |
| commit | f59ba2a1ad46928141d20c5988eafafe751f52ba (patch) | |
| tree | 63aca239d0f18b006ac0982574913e39f33376b6 /index.html | |
| parent | efa105867f5d875639a74d24371a854440cb6ec8 (diff) | |
| download | personal-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.html | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |
