-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhead.html
69 lines (63 loc) · 1.89 KB
/
head.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="img/p.png" />
<title>Placement</title>
<meta name="placement" content="description" />
<meta name="placement" content="placement" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link
href="http://fonts.googleapis.com/css?family=Righteous"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<link href="css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="css/new_main.css" />
<style>
body {
font-family: 'Poppins', sans-serif;
}
</style>
</head>
</html>
<!-- <div class="limiter">
<div class="container-login100">
<div class="wrap-login100 p-b-160 p-t-50">
<form class="login100-form validate-form">
<span class="login100-form-title p-b-43">
Account Login
</span>
<div
class="wrap-input100 rs1 validate-input"
data-validate="Username is required"
>
<input class="input100" type="text" name="username" />
<span class="label-input100">Username</span>
</div>
<div
class="wrap-input100 rs2 validate-input"
data-validate="Password is required"
>
<input class="input100" type="password" name="pass" />
<span class="label-input100">Password</span>
</div>
<div class="container-login100-form-btn">
<button class="login100-form-btn">
Sign in
</button>
</div>
<div class="text-center w-full p-t-23">
<a href="#" class="txt1">
Forgot password?
</a>
</div>
</form>
</div>
</div>
</div> -->