Update 'www/index.html'
This commit is contained in:
parent
e51e229ce0
commit
3cd909cbfd
|
@ -5,6 +5,21 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>404 Error | Dead Link</title>
|
||||
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
width: "30%";
|
||||
height: auto;
|
||||
/* max-width: "40%"; */
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -285px;
|
||||
margin-top: -190px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue