-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHome.html
36 lines (25 loc) · 895 Bytes
/
Home.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>
<title>독강매치</title>
<head>
<link rel="stylesheet" href="Home.css">
<meta charset="utf-8">
</head>
<!-- 로고 필요-->
<h1 id = "logo">독강매치</h1>
<!-- 캐치 프레이즈-->
<h2 id = "catchphrase">
이번 학기도 혼자 공부하시나요? </br></br>
함께 공부할 학우를 찾아봐요!
</h2>
<div class="container">
<input class = "logbox" type="text" placeholder="ID @snu.ac.kr" name="uname" required>
</br></br>
<input class = "logbox" type="password" placeholder=" PASSWORD" name="psw" required>
</br></br>
<button id="loginbutton" type="submit">LOGIN</button>
<label>
<input type="checkbox" checked="checked" name="remember"> Remember me
</label>
</div>
</html>