diff options
-rw-r--r-- | extra/www_placeholder/index.html | 30 | ||||
-rw-r--r-- | extra/www_placeholder/robots.txt | 4 | ||||
-rw-r--r-- | extra/www_placeholder/scholar-vaporwave-logo.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..2a981d9 --- /dev/null +++ b/extra/www_placeholder/scholar-vaporwave-logo.png |