diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -1,7 +1,18 @@ -<h1>Welcome to AAA</h1> -<p> - <a href="http://git.oxore.tk">cgit</a> -</p> -<p> - <a href=oreily-memes.html>O'Reily memes</a> -</p> +<!DOCTYPE html> +<html> + <head> + <title>AAA</title> + <style> + </style> + </head> + + <body> + <h1>Welcome to AAA</h1> + <p> + <a href="http://git.oxore.tk">cgit</a> + </p> + <p> + <a href=oreily-memes.html>O'Reily memes</a> + </p> + </body> +</html> |