-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (170 loc) · 5.43 KB
/
Copy pathindex.html
File metadata and controls
215 lines (170 loc) · 5.43 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<title>app.wapka.pl</title>
<script src="//get.jloads.com/jloads-url.js?1"></script>
<!-- <script src="/js/jloads.js" type="text/javascript"></script>-->
<!-- <script src="//get.wapka.pl/b64/ewogICJoZWFkIjogWwogICAgIi8vY29kZS5qcXVlcnkuY29tL3VpLzEuMTIuMS9qcXVlcnktdWkubWluLmpzIiwKICAgICIvL3N0YWNrcGF0aC5ib290c3RyYXBjZG4uY29tL2Jvb3RzdHJhcC80LjQuMS9jc3MvYm9vdHN0cmFwLm1pbi5jc3MiLAogICAgIi8vY29kZS5qcXVlcnkuY29tL2pxdWVyeS0zLjUuMS5taW4uanMiLAogICAgIi8vc3RhY2twYXRoLmJvb3RzdHJhcGNkbi5jb20vYm9vdHN0cmFwLzQuNC4xL2pzL2Jvb3RzdHJhcC5taW4uanMiLAogICAgIi8vbG9hZC5qbG9hZHMuY29tL2Nzcy9waW5rLmNzcyIKICBdLAogICIjaW1hZ2UiOiBbCiAgICAiLy9sb2dvLmpsb2Fkcy5jb20vNi9jb3Zlci5wbmciCiAgXQp9"-->
<!-- type="text/javascript"></script>-->
<!-- <script src="//user.jloads.com/faas.js" type="text/javascript"></script>-->
<style>
/* GLOBAL */
img {
max-width: 100%;
max-height: 100px;
display: block; /* remove extra space below image */
}
body {
/*background-color: #fb7e14;*/
/*color: #fffc60;*/
font-family: Tahoma;
font-size: 25px;
}
textarea, input, select {
margin-top: 5px;
padding: 0px;
display: block;
min-width: 350px;
width: 90%;
}
h2, h3 {
font-size: medium;
}
table th {
font-weight: bolder;
}
table td {
padding-right: 5px;
/*font-weight: normal;*/
}
/* MODULES Size */
.jloads.content,
.footer {
margin: auto auto;
width: 98%;
max-width: 1000px;
}
.jloads.content > div {
/*border: 1px solid black;*/
/*height: 100px;*/
margin: 0px;
padding: 4px;
}
#form {
/*height: 250px;*/
min-height: 450px;
}
/* MODULES Colors, Fonts */
.jloads.content {
/*background-color: #333333;*/
}
#wapka-message {
/*background-color: #333333;*/
font-family: Consolas, "Courier New";
font-size: 10px;
color: black;
}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
.fade-in {
animation: fadeIn ease 1s;
-webkit-animation: fadeIn ease 1s;
-moz-animation: fadeIn ease 1s;
-o-animation: fadeIn ease 1s;
-ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
</head>
<body>
<div class="container fade-in">
<!-- Content here -->
<div class="jloads content">
<div id="image">logo</div>
<div id="form">form</div>
</div>
<div class="footer">
<h5>local: <a href="http://localhost:80/" rel="nofollow">localhost:80/</a>
| live: <a href="https://app.wapka.pl/" rel="nofollow">app.wapka.pl</a>
| supported by: <a href="https://softreck.pl/" rel="nofollow">softreck.pl</a>
| <a href="https://docs.wapka.pl" rel="nofollow">docs</a>
</h5>
</div>
</div>
<!--<iframe src="test.html" frameborder="0" width="992" height="500" scrolling="yes"></iframe>-->
<script>
jloadsUrl({
"head": [
"//code.jquery.com/jquery-3.5.1.min.js",
// "//stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js",
// "//stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css",
"//app.wapka.pl/css/style.css"
],
"#image": [
"//logo.jloads.com/6/cover.png"
],
"#form": [
"//app.wapka.pl/html/create.html",
"//app.wapka.pl/js/create.js"
]
}).cacheOff();
</script>
</body>
</html>