Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
add website templates
Browse files Browse the repository at this point in the history
  • Loading branch information
HugeBrain16 committed Oct 24, 2021
1 parent 1f49a34 commit c7b60b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html>
<head>
<style>
body {
background-image: url("https://i.redd.it/20iz5ch1hsf71.gif");
background-repeat: repeat;
background-color: #000000
}

h1 {
background-color: white;
}
</style>
</head>
<body>
<h1>You\'ve Been Hax!11!1!!</h1>
</body>
</html>

0 comments on commit c7b60b2

Please sign in to comment.