aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2020-12-03 21:10:17 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2020-12-03 21:10:17 +0200
commit6c745ea0f54e660577d070b2ddaf4977039a094a (patch)
treee3938f21c98f7f459bc2589989d9e7f4c25d2950 /index.html
downloadfileup-6c745ea0f54e660577d070b2ddaf4977039a094a.tar.gz
initial
Diffstat (limited to 'index.html')
-rw-r--r--index.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..5a60526
--- /dev/null
+++ b/index.html
@@ -0,0 +1,55 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>shady file upload</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+
+ <body>
+ <div class="overlay" style="height: 100%;">
+ <div class="vert2">
+ <div id="header">
+ <p class="logo">shady_file_upload</p>
+ </div>
+
+ <div id="page">
+ <div id="hero" class="overlay">
+ <div id="arrows">
+ <img src="arrow.svg" id="protoarrow" style="display: none">
+ </div>
+
+ <div class="vcenter">
+ <p>file upload service</p>
+ <p class="big">that <span class="blue">just about works</span></p>
+ <p>most of the time</p>
+ </div>
+ </div>
+
+ <div class="vcenter">
+ <form action="/register.php">
+ <h2>Get started</h2>
+ <div class="content">
+ <p>Username</p>
+ <input type="text" id="username" name="username">
+ <p>Password</p>
+ <input type="password" id="password" name="password">
+ <p>Repeat Password</p>
+ <input type="password" id="password2" name="password2">
+ <input type="submit" value="Sign up">
+ <p style="font-size: 1.1em;">Already have an account? <a href="login.php">Sign in</a>
+ </div>
+ </form>
+ </div>
+
+
+ </div>
+ </div>
+
+ <img src="bottom.svg" class="bgbottom">
+ </div>
+
+ <script src="arrows.js"></script>
+
+ </body>
+ <html>