Add 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-15 03:20:38 +00:00
parent 5b234f2fe1
commit 706235839b
1 changed files with 20 additions and 0 deletions

20
www/index.html Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>The Anon | Art tribute to hacktivism!</title>
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
<style>
body {
background-color: black;
}
</style>
</head>
<body>
<a href="javascript:history.back()">
<img src="https://i.giphy.com/media/6OrCT1jVbonHG/giphy.webp" alt="Page Not Found (404)." style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
</a>
</body>
</html>