blob: e39d144881e2442fabb3333bf633ccf3aad9dd2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!DOCTYPE html>
<html lang="en" style="position: relative; min-height: 100%; height: auto;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="origin-when-cross-origin">
<style>
body {
background-color: #dedede;
}
.center {
margin: auto;
margin-top: 20%;
width: 75%;
padding: 1em;
text-align: center;
}
.center img {
max-width: 100%;
}
</style>
<title>scholar.archive.org</title>
</head>
<body>
<div class="center">
<img src="scholar-vaporwave-logo.png" alt="logo (vaporwave aesthetic)">
<p><code>To Be Decided...</code>
</div>
</body>
</html>
|