aboutsummaryrefslogtreecommitdiffstats
path: root/extra/www_placeholder/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'extra/www_placeholder/index.html')
-rw-r--r--extra/www_placeholder/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/extra/www_placeholder/index.html b/extra/www_placeholder/index.html
new file mode 100644
index 0000000..e39d144
--- /dev/null
+++ b/extra/www_placeholder/index.html
@@ -0,0 +1,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>