Update 'www/index.html'
This commit is contained in:
parent
b46b3e2c7c
commit
2fb2af9926
|
@ -1,3 +1,24 @@
|
|||
The King
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta charset="UTF-8">
|
||||
<title>The King | Hail to the king, baby!</title>
|
||||
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
h3, p {
|
||||
color: white;
|
||||
text-align: center
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
hail to the king baby!
|
||||
<body>
|
||||
<a href="javascript:history.back()">
|
||||
<img src="https://media0.giphy.com/media/xT0GqvldfExtHsjGwg/giphy.gif?cid=ecf05e472wdjqtsdkfgjrrsr4ldsp0ytcfgec6uctm6m2wt4&rid=giphy.gif" alt="Page Not Found (404)." style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue