diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index fe1f07d..9dd6905 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,8 @@ <!DOCTYPE html> <!-- Hey haha, yeah I wasn't kidding, I'm writing this whole site by hand. --> +<html lang="en"> + <head> <title>soaos</title> </head> @@ -53,4 +55,6 @@ <p>A: I just thought it would be really funny to make this site without any CSS. My old site had zero JavaScript, but I felt like I needed to push the bit even further. I was also using a static site generator and switched to hand-typed HTML.</p> -</body>
\ No newline at end of file +</body> + +</html>
\ No newline at end of file |
