-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsignup.html
23 lines (23 loc) · 951 Bytes
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://dragon-drop-scratch.github.io/html-app/assets/css/main.css">
<link rel="stylesheet" href="https://dragon-drop-scratch.github.io/html-app/assets/css/login.css"><!--Same CSS as login-->
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>Log in - DragonDrop</title>
</head>
<body>
<iframe src="./navbar.html" frameborder="0" width="100%">Your browser is old!</iframe>
<div class="main-content">
<center>
<h1>Sign Up</h1>
<br>
<br>
<span id="signuplink"><i>Already have a account?</i><a href="./signup"> Log In</a></span><br>
<!--<button class="github-button">Sign Up With Github</button><br>-->
<button class="google-button">Sign Up With Google</button><br>
<button class="login-button">Sign Up With DragonDrop</button><br>
</center>
</div>
</body>
</html>