Alex/www/index.html

30 lines
760 B
HTML
Raw Normal View History

2022-02-20 00:01:03 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>404 Error | Dead Link</title>
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
2022-02-20 00:09:29 +00:00
<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>
2022-02-20 00:01:03 +00:00
</head>
<body>
<a href="javascript:history.back()">
2022-02-20 00:03:31 +00:00
<img src="./go_ask_alex.jpg" alt="Go Ask Alex" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
2022-02-20 00:01:03 +00:00
</a>
</body>
</html>