calendar.html
3.73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<title> Calendar </title>
<link rel="stylesheet" type="text/css"href="calendar.css">
</head>
<body>
<div class="container1">
<span class="logo">Welcome to Baseball Simulator</span>
</div>
<nav id="menu">
<ul>
<li>
<a class="me" href="main.html">Home</a>
</li>
<li>
<a class="me" href="introduction.html">Introduction</a>
</li>
<li>
<a class="me" href="calendar.html">Calendar</a>
</li>
<li>
<a class="me" href="simulation.html">Simulation</a>
</li>
</ul>
</nav>
<div class="container2">
<div class="row row1">
<span class="item1">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=%EC%82%BC%EC%84%B1">
<img src="pngs/samsung.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item2">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=NC">
<img src="pngs/nc.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item3">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=LG">
<img src="pngs/LG.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item4">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=KT">
<img src="pngs/kt.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item5">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=SSG">
<img src="pngs/ssg.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
</div>
<div class="row row2">
<span class="item6">
<a href="http://www.statiz.co.kr/team.php?cteam=%EB%91%90%EC%82%B0%2BOB&year=2021&opt=0&sopt=1">
<img src="pngs/dusan.png" style="display:block; margin:0 auto; width:150px; height:150px;"alt="">
</a>
</span>
<span class="item7">
<a href="http://www.statiz.co.kr/team.php?cteam=%ED%9E%88%EC%96%B4%EB%A1%9C%EC%A6%88&year=2021&opt=0&sopt=1">
<img src="pngs/kiwoom.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item8">
<a href="http://www.statiz.co.kr/team.php?opt=0&sopt=1&year=2021&team=KIA">
<img src="pngs/kia.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item9">
<a href="http://www.statiz.co.kr/team.php?cteam=%ED%95%9C%ED%99%94%2B%EB%B9%99%EA%B7%B8%EB%A0%88&year=2021&opt=0&sopt=1">
<img src="pngs/hanhwa.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
<span class="item10">
<a href="http://www.statiz.co.kr/team.php?cteam=%EB%A1%AF%EB%8D%B0&year=2021&opt=0&sopt=1">
<img src="pngs/Lotte.png" style="display:block; margin:0 auto; width:150px; height:150px;" alt="">
</a>
</span>
</div>
</div>
</body>
</html>