Skip to content

Commit 30bbdfd

Browse files
committed
..
1 parent 3b04e23 commit 30bbdfd

39 files changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<style>
8+
9+
body {
10+
font-family: Verdana, Geneva, Tahoma, sans-serif;
11+
color: rgb(114, 114, 114);
12+
background-color: rgb(247, 247, 247);
13+
}
14+
15+
</style>
16+
</head>
17+
<body>
18+
<div style="text-align: center;">
19+
<h2>SGIN IN</h2>
20+
<form style="margin-top: 50px;">
21+
<div>
22+
<input type="text" placeholder="username" style="padding: 10px 6px; color: rgb(114, 114, 114);">
23+
<input type="password" placeholder="password" style="padding: 10px 6px; color: rgb(114, 114, 114);">
24+
</div>
25+
<input type="submit" value="submit" style="margin-top: 25px; padding: 8px 12px;">
26+
</form>
27+
</div>
28+
29+
<footer style="text-align: center; margin-top: 50px;">
30+
<a href="">Home</a>
31+
<a href="">Support</a>
32+
<a href="">About us</a>
33+
</footer>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)