main.ejs
1.94 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
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= title %></title>
<link rel="icon" href="giphy.gif">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Piedra">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<style>
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
</style>
</head>
<body>
<div class="Chess">
<div class="Banner">
<div class="Icon">
<img src="giphy.gif" width=100 height=100 float="left" />
<h1
style="float: left; color:white; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-style: italic;">
Chess.gg</h1>
</div>
<div class="Button_e">
<form action='/search' method="get">
<textarea name='summoner' placeholder="소환사 이름" ></textarea>
<input type="submit" value='Click' >
</form>
</div>
<div class="Bannerpng">
<img src="Banner.png" width="615" height="215">
</div>
</div>
<div class="Button2">
<img src="Mapbanner.jpg" width="950px" height="300px" />
<div>
<form action='/search' method="get" style="position: absolute; top:125px; right: 39%;">
<textarea name='summoner' placeholder="소환사 이름" cols="30"></textarea>
<input type="submit" value='Click' >
</form>
</div>
</div>
</div>
</body>
</html>