mistletoe111 commited on
Commit
8788937
·
verified ·
1 Parent(s): 9664fe9

Upload folder using huggingface_hub

Browse files
train__2878123_www.b-prepared.nu/index.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+
3
+ <html lang="en"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>Domain Default page</title> <meta content="Copyright 1999-2025. WebPros International GmbH. All rights reserved." name="copyright"/> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/> <meta content="width=device-width,initial-scale=1" name="viewport"/> <link as="font" crossorigin="" href="./resources/inter-v12-latin-regular-be7cb1.woff2" rel="preload" type="font/woff2"/> <style> /* Copyright 1999-2025. WebPros International GmbH. All rights reserved. */
4
+
5
+ @font-face {
6
+ font-family: "Inter";
7
+ font-display: swap;
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ src: url("") format("woff2");
11
+ }
12
+
13
+ @font-face {
14
+ font-family: "Inter";
15
+ font-display: swap;
16
+ font-style: normal;
17
+ font-weight: 700;
18
+ src: url(./resources/addc7618_inter-v12-latin-700-54321e.woff2) format("woff2");
19
+ }
20
+
21
+ *,
22
+ *::before,
23
+ *::after {
24
+ box-sizing: border-box;
25
+ }
26
+
27
+ html {
28
+ min-block-size: 100vh;
29
+ color: rgba(255, 255, 255, 0.9);
30
+ font-weight: 400;
31
+ font-size: 16px;
32
+ font-family: "Inter", sans-serif;
33
+ overflow-x: hidden;
34
+ -webkit-text-size-adjust: 100%;
35
+ -ms-text-size-adjust: 100%;
36
+ -moz-osx-font-smoothing: grayscale;
37
+ -webkit-font-smoothing: antialiased;
38
+ }
39
+
40
+ body {
41
+ min-block-size: 100vh;
42
+ margin: 0;
43
+ font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
44
+ line-height: 1.6;
45
+ background: #19191f url(./resources/c26da50e_stars-fb15b6.svg) 50% 28px no-repeat;
46
+ background-size: 1760px 852px;
47
+ background-attachment: fixed;
48
+ }
49
+
50
+ .page {
51
+ position: relative;
52
+ display: flex;
53
+ flex-direction: column;
54
+ min-block-size: 100vh;
55
+ max-inline-size: 100%;
56
+ padding-inline: 24px;
57
+ }
58
+
59
+ @media (min-width: 768px) {
60
+ .page {
61
+ overflow: hidden;
62
+ }
63
+
64
+ .page::after {
65
+ content: "";
66
+ position: absolute;
67
+ inset-block-start: -20px;
68
+ inset-inline-end: -178px;
69
+ inline-size: 30vw;
70
+ block-size: 686px;
71
+ background: url(./resources/9a8c3c2b_robot-4b152c.svg) 0 0 no-repeat;
72
+ background-size: contain;
73
+ transform: rotate(-17deg);
74
+ z-index: -1;
75
+ }
76
+ }
77
+
78
+ a {
79
+ color: #39b6e8;
80
+ text-decoration: none;
81
+ cursor: pointer;
82
+ background-color: transparent;
83
+ transition: 0.25s ease-in-out;
84
+ }
85
+
86
+ a:active,
87
+ a:hover {
88
+ outline: none;
89
+ }
90
+
91
+ a:hover {
92
+ color: #78d6fc;
93
+ }
94
+
95
+ p,
96
+ ul {
97
+ margin-block: 0 0.5rem;
98
+ }
99
+
100
+ .header__inner,
101
+ .content__inner,
102
+ .footer__inner {
103
+ max-inline-size: 1220px;
104
+ margin: auto;
105
+ }
106
+
107
+ .header__content {
108
+ display: grid;
109
+ padding-block: 2rem;
110
+ }
111
+
112
+ .header__logo {
113
+ justify-self: center;
114
+ }
115
+
116
+ @media (min-width: 768px) {
117
+ .header__logo {
118
+ justify-self: start;
119
+ }
120
+ }
121
+
122
+ .header__title,
123
+ .header__message,
124
+ .note {
125
+ max-inline-size: 900px;
126
+ margin: auto;
127
+ }
128
+
129
+ .header__title {
130
+ margin-block: 0.5rem 1.5rem;
131
+ font-size: clamp(1.75rem, 1.214rem + 1.429vw, 2.5rem);
132
+ line-height: 1.2;
133
+ text-align: center;
134
+ }
135
+
136
+ .header__message {
137
+ margin-block-end: 1.5rem;
138
+ }
139
+
140
+ .note,
141
+ p.header__message {
142
+ text-align: center;
143
+ }
144
+
145
+ .note__container {
146
+ display: flex;
147
+ flex-direction: column;
148
+ justify-content: space-between;
149
+ gap: 1rem;
150
+ max-inline-size: 1220px;
151
+ margin-block: 2rem;
152
+ }
153
+
154
+ .note__item {
155
+ background: rgba(31, 158, 207, 0.6);
156
+ border-radius: 0.5rem;
157
+ padding: 1rem 1.75rem;
158
+ display: flex;
159
+ flex-direction: row;
160
+ gap: 1rem;
161
+ align-items: center;
162
+ font-size: 1rem;
163
+ max-width: 900px;
164
+ margin: 0 auto;
165
+ flex: 1;
166
+ }
167
+
168
+ .note__item-media {
169
+ display: flex;
170
+ flex: none;
171
+ justify-content: center;
172
+ align-items: center;
173
+ inline-size: 72px;
174
+ block-size: 72px;
175
+ margin-inline-end: 4px;
176
+ margin-block-end: 4px;
177
+ background-color: #fff;
178
+ padding: 6px;
179
+ border-radius: 8px;
180
+ box-shadow: 4px 4px 0 #1f9ecf;
181
+ }
182
+
183
+ .note__item-media > img {
184
+ max-inline-size: 100%;
185
+ block-size: auto;
186
+ }
187
+
188
+ @media (min-width: 960px) {
189
+ .note__container {
190
+ flex-direction: row;
191
+ }
192
+ }
193
+
194
+ .note__message-lead {
195
+ font-size: clamp(1.5rem, 1.3rem + 1vw, 1.75rem);
196
+ line-height: 1.2;
197
+ }
198
+
199
+ .note__link {
200
+ font-weight: 700;
201
+ }
202
+
203
+ .note__button {
204
+ display: inline-block;
205
+ margin-block-start: 1.25rem;
206
+ padding-block: clamp(0.75rem, 0.393rem + 0.952vw, 1.25rem);
207
+ padding-inline: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
208
+ border-radius: 4px;
209
+ font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
210
+ font-weight: 700;
211
+ line-height: 1;
212
+ color: rgba(255, 255, 255, 0.9);
213
+ background-color: #39b6e8;
214
+ white-space: nowrap;
215
+ }
216
+
217
+ .note__button:hover {
218
+ color: rgba(255, 255, 255, 0.9);
219
+ background-color: #1f9ecf;
220
+ }
221
+
222
+ @media (max-width: 769px) {
223
+ .header__title br {
224
+ display: none;
225
+ }
226
+ }
227
+
228
+ .content {
229
+ display: block;
230
+ flex: auto;
231
+ }
232
+
233
+ .content__title {
234
+ margin-block: 0 1rem;
235
+ font-size: clamp(1.5rem, 1.321rem + 0.476vw, 1.75rem);
236
+ font-weight: 400;
237
+ line-height: 1.2;
238
+ }
239
+
240
+ .columns {
241
+ display: grid;
242
+ grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
243
+ gap: 0 1rem;
244
+ }
245
+
246
+ @media (min-width: 390px) {
247
+ .columns {
248
+ grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
249
+ }
250
+ }
251
+
252
+ .resources-list {
253
+ display: grid;
254
+ grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
255
+ gap: 1.5rem 0.5rem;
256
+ margin-block-start: 3.4rem;
257
+ padding: 0;
258
+ list-style: none;
259
+ }
260
+
261
+ @media (min-width: 960px) {
262
+ .resources-list {
263
+ margin-inline-start: auto;
264
+ max-inline-size: 32rem;
265
+ }
266
+ }
267
+
268
+ .resources-list__item {
269
+ text-align: center;
270
+ }
271
+
272
+ .resources-list__icon {
273
+ display: block;
274
+ margin-inline: auto;
275
+ margin-block-end: 0.25rem;
276
+ inline-size: 40px;
277
+ block-size: 40px;
278
+ padding: 10px;
279
+ transition: 0.3s;
280
+ background-color: #b6e7f9;
281
+ border-radius: 12px;
282
+ }
283
+
284
+ .resources-list__icon svg {
285
+ display: block;
286
+ width: 20px;
287
+ height: 20px;
288
+ fill: currentColor;
289
+ }
290
+
291
+ .resources-list__item > a:hover .resources-list__icon {
292
+ background-color: #1f9ecf;
293
+ color: #fff;
294
+ }
295
+
296
+ .content__button {
297
+ display: inline-block;
298
+ margin-block-start: 1.25rem;
299
+ padding-block: clamp(0.5rem, 0.143rem + 0.952vw, 1rem);
300
+ padding-inline: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);
301
+ border-radius: 4px;
302
+ font-size: clamp(1rem, 0.732rem + 0.714vw, 1.375rem);
303
+ font-weight: 700;
304
+ line-height: 1;
305
+ color: rgba(255, 255, 255, 0.9);
306
+ border: 1px solid #39b6e8;
307
+ white-space: nowrap;
308
+ }
309
+
310
+ .content__button:hover {
311
+ color: rgba(255, 255, 255, 0.9);
312
+ background-color: #1f9ecf;
313
+ border-color: #39b6e8;
314
+ }
315
+
316
+ .footer {
317
+ flex: none;
318
+ font-size: 0.75rem;
319
+ line-height: 1.4;
320
+ color: #adb4c2;
321
+ }
322
+
323
+ .footer a {
324
+ color: #adb4c2;
325
+ text-decoration: none;
326
+ font-weight: 700;
327
+ }
328
+
329
+ .footer a:hover {
330
+ color: rgba(255, 255, 255, 0.8);
331
+ }
332
+
333
+ .footer__inner {
334
+ margin-block-start: 2rem;
335
+ padding-block: 1.5rem;
336
+ text-align: center;
337
+ }
338
+ </style> </head> <body> <div class="page"> <header class="header"> <div class="header__inner"> <div class="header__content"> <a class="header__logo" data-id="logo-link" href="#" target="_blank"> <img alt="Plesk" height="40" src="./resources/logo-81ca7a.svg" width="97"/> </a> <h1 class="header__title"> This is a default webpage generated for<br/> <a data-id="domain-link" href="#">www.b-prepared.nu</a> by Plesk </h1> <div class="note"> <div class="note__message"> <p class="note__message-lead">Log in to Plesk to create websites and set up hosting</p> <p>New to Plesk? <a class="note__link" data-id="howtologin" href="#" rel="nofollow noopener noreferrer" target="_blank">Learn how</a> to log in and start working with it.</p> </div> <a class="note__button" data-id="plesk-login" href="#">Log in to Plesk</a> </div> <div class="note__container"> <div class="note__item"> <img alt="Sitejet" height="76" src="./resources/sitejet-db3cac.svg" width="76"/> <span> If you are a site owner, try <a data-id="sitejet-link" href="#" target="_blank">Sitejet Builder</a> - a free, beginner-friendly low code/no-code site builder and editor seamlessly integrated within the Plesk control panel. ​Design professional, conversion-driven websites in half the time. </span> </div> <div class="note__item"> <div class="note__item-media"> <img alt="WP Guardian" height="28" src="./resources/wpg-b313a8.svg" width="77"/> </div> <span> If you are the service provider and you host WordPress sites outside of Plesk. Try <a data-id="wp-guardian-link" href="#" target="_blank">WP Guardian</a> - it provides complete visibility into the health of your WordPress websites in one place and keeps them protected with flexible updates management. </span> </div> </div> </div> </div> </header> <main class="content"> <div class="content__inner"> <div class="columns"> <div class="columns__column"> <h2 class="content__title">What is Plesk</h2> <p><b><a data-id="content-plesk-link" href="#" rel="nofollow noopener noreferrer" target="_blank">Plesk</a></b> is a hosting <a data-id="content-control-panel-link" href="#" rel="nofollow noopener noreferrer" target="_blank">control panel</a> with simple and secure web server, website and web apps management tools. It is specially designed to help web professionals manage web, DNS, mail and other services through a comprehensive and user-friendly GUI. Plesk is about intelligently managing servers, apps, websites and hosting businesses, on both traditional and cloud hosting.</p> <a class="content__button" data-id="try-plesk" href="#" rel="nofollow noopener noreferrer" target="_blank"> <span>Try Online Demo</span> </a> </div> <div class="columns__column"> <ul class="resources-list"> <li class="resources-list__item"> <a class="plesk-guides" data-id="plesk-guides" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M1.33 1.33h16V4h-16V1.33Zm0 4v12H12a.67.67 0 0 1 0 1.34H1.33c-.73 0-1.33-.6-1.33-1.34v-16C0 .6.6 0 1.33 0h16c.74 0 1.34.6 1.34 1.33V12a.67.67 0 0 1-1.34 0V5.33h-16Z" fill-rule="evenodd"></path><path clip-rule="evenodd" d="m18.64 17.47-6.88-6.87a.1.1 0 0 0-.04-.02L10 10l.58 1.72.02.04 6.87 6.88c.04.04.11.04.15 0l1.02-1.02a.1.1 0 0 0 0-.15ZM9.3 12.15c.07.2.2.4.35.56l6.87 6.87c.56.56 1.47.56 2.03 0l1.02-1.02c.56-.56.56-1.47 0-2.03L12.7 9.66a1.44 1.44 0 0 0-.56-.35l-3.91-1.3a.18.18 0 0 0-.23.23l1.3 3.9Z" fill-rule="evenodd"></path></svg> </span> <span class="resources-list__text" lang="en">Plesk Guides</span> </a> </li> <li class="resources-list__item"> <a data-id="knowledge-base" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M16.75 17.17v.33c0 .7-.56 1.25-1.25 1.25H3.25V17.5H15.5c.46 0 .88-.12 1.25-.33Zm-13.5-.92v-15H15.5c.69 0 1.25.56 1.25 1.25V15c0 .7-.56 1.25-1.25 1.25H3.25ZM2 1.25C2 .56 2.56 0 3.25 0H15.5A2.5 2.5 0 0 1 18 2.5v15a2.5 2.5 0 0 1-2.5 2.5H3.25C2.56 20 2 19.44 2 18.75V1.25Z" fill-rule="evenodd"></path></svg> </span> <span class="resources-list__text" lang="en">Knowledge Base</span> </a> </li> <li class="resources-list__item"> <a data-id="forum" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M18.71 1H1.29A1.3 1.3 0 0 0 0 2.3v12.59c0 .7.58 1.29 1.29 1.29h2.28l2.04 3.94a.65.65 0 0 0 1 .01L10 16.18h8.71a1.3 1.3 0 0 0 1.29-1.3V2.3C20 1.58 19.42 1 18.71 1Zm0 13.89H9.68a.64.64 0 0 0-.57.34L6.13 18.7 4.4 15.16l-.02-.02a.64.64 0 0 0-.5-.25H1.28V2.29h17.42v12.6Z" fill-rule="evenodd"></path></svg> </span> <span class="resources-list__text" lang="en">Forum</span> </a> </li> <li class="resources-list__item"> <a data-id="developer-blog" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2.25 1.25h12.5v9.38a.62.62 0 1 0 1.25 0V1.24C16 .56 15.44 0 14.75 0H2.25C1.56 0 1 .56 1 1.25v17.5c0 .69.56 1.25 1.25 1.25h6.88a.63.63 0 1 0 0-1.25H2.25V1.25Z"></path><path clip-rule="evenodd" d="M18.28 11.09c.26.22.3.62.07.88l-5.56 6.46a.63.63 0 0 1-.96 0l-3.19-3.94a.63.63 0 1 1 .97-.79l2.72 3.35 5.07-5.9c.23-.26.62-.29.88-.06Z" fill-rule="evenodd"></path><path d="M3.5 4.38c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 6.88c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 9.38c0-.35.28-.63.63-.63h8.75a.63.63 0 0 1 0 1.25H4.13a.63.63 0 0 1-.63-.63ZM3.5 11.88c0-.35.28-.63.63-.63h2.5a.63.63 0 0 1 0 1.25h-2.5a.63.63 0 0 1-.63-.63Z"></path></svg> </span> <span class="resources-list__text" lang="en">Developer Blog</span> </a> </li> <li class="resources-list__item"> <a data-id="video-guides" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M10 20a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm0-1.25a8.75 8.75 0 1 0 0-17.5 8.75 8.75 0 0 0 0 17.5Z" fill-rule="evenodd"></path><path d="M14.7 9.48c.4.24.4.8 0 1.04l-6.25 3.76c-.42.25-.95-.04-.95-.51V6.23c0-.47.53-.76.95-.51l6.26 3.76Z"></path></svg> </span> <span class="resources-list__text" lang="en">Video Guides</span> </a> </li> <li class="resources-list__item"> <a data-id="facebook" href="#" rel="noopener noreferrer" target="_blank"> <span class="resources-list__icon"> <svg aria-hidden="true" focusable="false" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 1.25a8.76 8.76 0 0 1 2.81 17.04v-3.21h.3c.9 0 1.64-.64 1.78-1.53l.27-1.8a1.8 1.8 0 0 0-1.78-2.06h-.57v-.63a.6.6 0 0 1 .04-.25c.02-.02.13-.06.34-.06h.71c1 0 1.8-.8 1.8-1.8V5.51c0-.9-.67-1.66-1.57-1.78-.48-.06-1.2-.14-1.92-.14-3.05 0-5.02 2.02-5.02 5.14v.96h-.43c-1 0-1.8.8-1.8 1.8v1.79c0 1 .8 1.8 1.8 1.8h.43v3.21A8.75 8.75 0 0 1 10 1.25ZM10 0c-.23 0-.47 0-.7.02a10 10 0 0 0-1.38 19.74c.27 0 .52-.23.52-.53v-5.4H6.76a.55.55 0 0 1-.55-.55v-1.8c0-.3.25-.54.55-.54h1.68v-2.2c0-2.51 1.49-3.9 3.77-3.9.66 0 1.33.07 1.76.13.28.03.48.27.48.54v1.44c0 .3-.24.55-.55.55h-.7c-1.25 0-1.64.77-1.64 1.56v1.88h1.82c.34 0 .6.3.55.63l-.28 1.8a.55.55 0 0 1-.54.46h-1.55v5.4a.53.53 0 0 0 .65.52A10 10 0 0 0 10 0Z"></path></svg> </span> <span class="resources-list__text" lang="en">Facebook</span> </a> </li> </ul> </div> </div> </div> </main> <footer class="footer"> <div class="footer__inner"> This page was generated by Plesk. Plesk is the leading WebOps platform to run, automate and grow applications, websites and hosting businesses. Learn more at <a data-id="footer-plesk-link" href="#" rel="nofollow noopener noreferrer" target="_blank">plesk.com</a> </div> </footer> </div> </body></html>