-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.05 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ideal Type WordCupt</title>
<link href="./css/ResultStyle.css" rel="stylesheet">
<link href="./css/worldCupStyle.css" rel="stylesheet">
<script src="./javascript/worldCupMain.js" defer></script>
</head>
<body>
<div id="wrap">
<div class="titleText">
<h1>우리중대의 <br/>가장 멋쟁이는?</h1>
</div>
<div class="buttonSpace">
<div id = "leftSpace">
<p class='BtnName' id="leftBtnName"></p>
<img id="leftBtn" src="./Image/아이유.jpeg">
</div>
<div id = "rightSpace">
<p class='BtnName' id="rightBtnName"></p>
<img id="rightBtn" src="./Image/수지.jpeg">
</div>
</div>
</div>
</body>
</html>