-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
135 lines (109 loc) · 5.63 KB
/
game.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<div class="app-content" style="margin-top:20px;">
<div ui-butterbar></div>
<a href class="off-screen-toggle hide" data-toggle="class:off-screen" data-target=".app-aside" ></a>
<div class="app-content-body fade-in-up">
<!-- COPY the content from "tpl/" -->
<div class="hbox hbox-auto-xs hbox-auto-sm">
<div class="col">
<div >
<!-- <div style="background:url(img/bg.jpg) center center; background-size:cover"> -->
<img src="img/bg.jpg" alt="." width="100%" height="100%">
</div>
<br>
<div class="padder ">
<div class=" m-b padder-v">
<div class="m-b-lg ">
<div class="col-sm-2">
<a href="#" class="h2 text-info"><strong> 포카</strong></a>
</div>
<div class="col-sm-9">
<marquee style="font-size:20px;color:#32374a;">
Welcome to DELUX CASINO~
Welcome to DELUX CASINO~
</marquee>
</div>
<div class="col-sm-1">
<a href="#" class="col padder-v text-muted" id="fullscreen_b">
<i class=" icon-size-fullscreen block m-b-xs fa-2x"></i>
<span style="font-size:20px;">Fullscreen</span>
</a>
</div>
<br>
<br>
<br>
<div >
<!-- <div style="background:url(img/bg.jpg) center center; background-size:cover"> -->
<div id="fullscreen">
<img src="img/game.jpg" alt="." width="100%" height="100%" id="">
</div>
<!-- .text-#000000-lter {
color: #2d4658;
}
.text-#000000-dk {
color: #131e25;
}
.text-#000000-dker {
color: #0b1014;
}
.text-white {
color: #fff;
}
.text-muted {
color: #98a6ad;
} -->
</div>
</div>
</div>
</div>
</div>
<div class="col w-lg bg-light lter b-l bg-auto">
<div class="wrapper">
<div class="panel b-a">
<h4 class="font-thin padder"><a href class="text-info"><strong>Notice</strong></a></h4>
<ul class="list-group">
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.31</small>
</li>
<li class="list-group-item">
<p> Fixed crash when logged into Facebook and have iCload enabled on multiple devices</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i>2017.3.30</small>
</li>
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.29</small>
</li>
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.31</small>
</li>
</ul>
</div>
<div class="panel b-a">
<h4 class="font-thin padder"><a href class="text-info"><strong>News</strong></a></h4>
<ul class="list-group">
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.29</small>
</li>
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.31</small>
</li>
<li class="list-group-item">
<p> Fixed crash when logged into Facebook and have iCload enabled on multiple devices</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i>2017.3.30</small>
</li>
<li class="list-group-item">
<p> Performance improvements for low memory devices.</p>
<small class="block text-muted"><i class="fa fa-fw fa-clock-o"></i> 2017.3.29</small>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- PASTE above -->
</div>
</div>