aboutsummaryrefslogtreecommitdiffstats
path: root/extra/www_placeholder
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-09-15 16:47:26 -0700
committerBryan Newbold <bnewbold@archive.org>2020-09-15 16:47:26 -0700
commit0ec7f4a0fc8da9d37ad8afe60da070aaded8d5f2 (patch)
treededc98c64e469603290b88151950767904a1cec5 /extra/www_placeholder
parentc4fcf41cf62d15ead45049e58670fd06eca819b7 (diff)
downloadfatcat-scholar-0ec7f4a0fc8da9d37ad8afe60da070aaded8d5f2.tar.gz
fatcat-scholar-0ec7f4a0fc8da9d37ad8afe60da070aaded8d5f2.zip
add placeholder page (static HTML)
Diffstat (limited to 'extra/www_placeholder')
-rw-r--r--extra/www_placeholder/index.html30
-rw-r--r--extra/www_placeholder/robots.txt4
-rw-r--r--extra/www_placeholder/scholar-vaporwave-logo.pngbin0 -> 97637 bytes
3 files changed, 34 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>
diff --git a/extra/www_placeholder/robots.txt b/extra/www_placeholder/robots.txt
new file mode 100644
index 0000000..ba677b1
--- /dev/null
+++ b/extra/www_placeholder/robots.txt
@@ -0,0 +1,4 @@
+# not yet!
+
+User-Agent: *
+Deny: /
diff --git a/extra/www_placeholder/scholar-vaporwave-logo.png b/extra/www_placeholder/scholar-vaporwave-logo.png
new file mode 100644
index 0000000..2a981d9
--- /dev/null
+++ b/extra/www_placeholder/scholar-vaporwave-logo.png
Binary files differ