-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
41 lines (36 loc) · 1.23 KB
/
Copy pathadmin.html
File metadata and controls
41 lines (36 loc) · 1.23 KB
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
37
38
39
40
41
<!DOCTYPE html>
<head>
<title>Login</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./glassform.css" />
</head>
<body>
<form id="survey-form" action="survey_admin.jsp" method="post">
<main>
<section class="glass">
<div>
<img src="Glass-8.png" class="center">
</div>
<div>
<h1>Enter Your Login Credentials
</h1>
</div>
<div class="bg">
<input type="email" placeholder="Enter Your Login Email" />
</div>
<br>
<div class="bg">
<input type="password" placeholder="Enter Your Password" />
</div>
<br>
<div class="glass-toolbar">
<button class="glass-button">Login</button>
</div>
</section>
</main>
<div class="circle1"></div>
<div class="circle2"></div>
</form>
</body>