RectalWorm
commited on
Commit
•
cd5f6cd
1
Parent(s):
e92b373
Upload folder using huggingface_hub
Browse files
58606
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f468a81b93e","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
58626
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f468fdc0eac","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60318
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f468922b7f8","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|