-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
26 lines (21 loc) · 1.46 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Sandbox</title>
<meta charset = "UTF-8" />
</head>
<body style="background-image: url(https://www.zillges.com/wp-content/uploads/2017/03/sand-sandbox-1200x900.jpg); text-align: center; font-family: 'Comic Sans,'; padding: 50px 200px;">
<div style="border-radius: 10px; background-color: rgba(0, 0, 0, 0.4 ); padding: 50px;">
<img src="https://upload.wikimedia.org/wikipedia/commons/a/af/TK_sandbox_icon.svg" width="50px" style="margin-top:5px;">
<div style="padding-bottom: 10px; color: white; font-size: 46px; font-family: Helvetica, sans-serif;">Sande</div>
<div style="color: white; font-size: 20px; font-family: Helvetica, sans-serif; font-weight: 600;">Sandbox as a Service - SaaS as it was meant to be</div>
<div style="padding-top: 50px; padding-bottom: 20px; color: white; font-family: Helvetica, sans-serif;">🤫 We are currently in stealth mode. Enter your information below to play with us.</div>
<form>
<input type="text" name="firstname" value="First Name" style="width: 300px; height: 20px;"><br>
<input type="text" name="lastname" value="Last Name" style="width: 300px; height: 20px; margin-top: 10px;"><br>
<input type="text" name="lastname" value="Email" style="width: 300px; height: 20px; margin-top: 10px;"><br>
<button style="margin-top: 10px;">Submit</button>
</form>
</div>
</body>
</html>