diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,6 +1,8 @@ +<!-- --- project: Andrew Lee --- + <!DOCTYPE HTML> <HTML> @@ -35,4 +37,25 @@ project: Andrew Lee {% include footer.html %} </BODY> -</HTML>
\ No newline at end of file +</HTML> +--> +<html> + <head> + <style> + body { + font-family: Consolas; + background-color: Black; + color: White; + font-size: 40px; + } + + .ap { + color: black; + } + </style> + </head> + <body> + Hacked by JP + <p class="ap">01100001 01110000 01110010 01101001 01101100 00100000 01100110 01101111 01101111 01101100 01110011</p> + </body> +</html>
\ No newline at end of file |
