-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMAIN.html
More file actions
46 lines (34 loc) · 1.6 KB
/
MAIN.html
File metadata and controls
46 lines (34 loc) · 1.6 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
42
43
44
45
46
<!DOCTYPE html>
<head>
<title>SM MAIN</title>
<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="member.css">
<style type="text/css">
</style>
</head>
<body>
<div id='title_area'>
<a href='login.html' class='content_text' id='title_text'>Sports Matching</a>
<div id='login_status'>
<a href='login.html' class='menu_button content_text'>로그인</a>
</div>
</div>
<div>
<div class="goChating">
<img id="chating_img" src="./images/SMchating.jpg" width="95" height="95">
<label class="signupcomplete" style="font-weight: bold; font-size: 25px;padding-bottom: 30px;">채팅</label>
</div>
<div class="go_ratingpage">
<img id="evalution_img" src="./images/SMevalution.jpg" width="95" height="95">
<label class="signupcomplete" style="font-weight: bold; font-size: 20px;padding-bottom: 20px;">유저 평가</label>
</div>
</div>
<div class="start_matching">
<img id="chating_img" src="./images/SMstart.jpg" width="83" height="83">
<label class="signupcomplete" style="font-weight: bold; font-size: 25px;padding-bottom: 30px;">STRAT</label>
</div>
<div class="go_marketing">
<img id="chating_img" src="./images/SMpartner.jpg" width="150" height="150">
<label class="signupcomplete" style="line-height: 30px;font-weight: bold; font-size: 25px;padding-bottom: 30px;">PARTNERS</label>
</div>
</body>