-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 893 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<title>PORT3D</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="js/main.js"></script>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="box">
<h1 class="txt">PORT3D</h1>
<div class="signup">
<input type="text" class="inputb" id="username">
<br>
<input type="password" class="inputb" id="password">
<br>
<br>
<button class="signupbtn">Signup</button>
</div>
<div class="signupt2">
<h1>Are You Human?</h1>
<button class="auth">Sure Am!</button>
</div>
</div>
</body>
</html>