diff options
author | julianteu <julianteu@gmail.com> | 2018-06-22 14:04:39 +0200 |
---|---|---|
committer | julianteu <julianteu@gmail.com> | 2018-06-22 14:04:39 +0200 |
commit | 1962fd2b4746e17bedce8496a56d4dd15c0e356a (patch) | |
tree | 4ed50512389b199581227e64319119220e50db77 /index.html | |
parent | 15ee3e3aba3a9a860578f4e0082a32f8a4904b31 (diff) |
Added h1
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1 +1,9 @@ -test +<html> + <head> + <title>Julian site</title> + </head> + <body> + <h1> + Teule.nl + </body> +</html> |