RectalWorm
commited on
Commit
•
515c6b5
1
Parent(s):
0c5fa3c
Upload with huggingface_hub
Browse files- 14459?type=VAE +142 -0
- 14459?type=VAEif +142 -0
- 90854 +142 -0
- 90879 +142 -0
- 90890 +142 -0
- 90907 +142 -0
- 90918 +142 -0
- 90948 +142 -0
- 90963 +142 -0
- 90971 +142 -0
14459?type=VAE
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03e874244f","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
14459?type=VAEif
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03ed481d80","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90854
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee04182d453b","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90879
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee041d770721","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90890
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03fb5c4529","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90907
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03fde90715","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90918
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee041f0f4538","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90948
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03febe44e1","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90963
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03ed3dad71","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|
90971
ADDED
@@ -0,0 +1,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
body {
|
12 |
+
height: 100vh;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
body {
|
17 |
+
background: #1A1B1E;
|
18 |
+
color: #c1c2c5;
|
19 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
20 |
+
display: flex;
|
21 |
+
justify-content: center;
|
22 |
+
align-items: center;
|
23 |
+
}
|
24 |
+
|
25 |
+
.container {
|
26 |
+
width: 95%;
|
27 |
+
max-width: 600px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.header {
|
31 |
+
display: flex;
|
32 |
+
}
|
33 |
+
|
34 |
+
.icon {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
+
margin-right: 1rem;
|
39 |
+
color: #1971c2;
|
40 |
+
}
|
41 |
+
|
42 |
+
.icon svg {
|
43 |
+
width: 64px;
|
44 |
+
height: 64px;
|
45 |
+
}
|
46 |
+
|
47 |
+
h1 {
|
48 |
+
font-size: 2rem;
|
49 |
+
line-height: 1.1;
|
50 |
+
}
|
51 |
+
|
52 |
+
@media (max-width: 450px) {
|
53 |
+
.icon {
|
54 |
+
margin-right: 0.5rem;
|
55 |
+
}
|
56 |
+
|
57 |
+
.icon svg {
|
58 |
+
width: 48px;
|
59 |
+
height: 48px;
|
60 |
+
}
|
61 |
+
|
62 |
+
h1 {
|
63 |
+
font-size: 1.25rem;
|
64 |
+
}
|
65 |
+
}
|
66 |
+
|
67 |
+
.image {
|
68 |
+
max-height: calc(100vh - 200px);
|
69 |
+
overflow: hidden;
|
70 |
+
width: 100%;
|
71 |
+
position: relative;
|
72 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
73 |
+
border-radius: 5px;
|
74 |
+
display: flex;
|
75 |
+
justify-content: center;
|
76 |
+
align-items: center;
|
77 |
+
}
|
78 |
+
|
79 |
+
.image::after {
|
80 |
+
content: "";
|
81 |
+
display: block;
|
82 |
+
position: absolute;
|
83 |
+
top: 0;
|
84 |
+
left: 0;
|
85 |
+
right: 0;
|
86 |
+
bottom: 0;
|
87 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
88 |
+
border-radius: 5px;
|
89 |
+
}
|
90 |
+
|
91 |
+
.image img {
|
92 |
+
width: 100%;
|
93 |
+
height: 100%;
|
94 |
+
object-fit: cover;
|
95 |
+
object-position: center;
|
96 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
97 |
+
}
|
98 |
+
|
99 |
+
#image-caption {
|
100 |
+
font-size: 0.8rem;
|
101 |
+
text-align: center;
|
102 |
+
margin-top: 1rem;
|
103 |
+
}
|
104 |
+
</style>
|
105 |
+
<script type="text/javascript">
|
106 |
+
const images = [["Azzariel", "e61c10d9-c90a-47eb-acfc-ad8a38fbaf2b"], ["Dreamlabs", "7175fddb-f678-4c36-a1b2-061d1977e9c7"], ["dobrosketchkun", "311747b6-7401-45da-bfbf-be4e14850b8e"], ["Konan", "0201726c-afca-44b7-af58-314a8b82593e"], ["dobrosketchkun", "0c7a1ce1-dcc2-4fce-9c96-1ca382780bb0"], ["ovalshrimp", "ac41cd06-67a0-4ef2-a42a-99f07338c9da"], ["denjow123", "7c745cd6-a8a1-4ad1-a63d-2167f54390c1"], ["psoft", "a1e187cf-b1e4-4dcf-b991-0d0cc5d545ad"], ["archw_ai", "c3cf6d9c-f8ce-4364-a070-1198cc97bc66"], ["ainoku", "b95b07f6-f9ae-4679-9afd-3cdd801f8746"], ["dobrosketchkun", "db3ad94f-0e1c-4dd3-8494-8e1739fde79e"], ["moesah", "8c13ad44-5d38-4042-bb76-909d8c790b80"], ["Gardgio", "06686606-06a0-4ad6-acb9-0a7dc035b322"], ["uzeron", "f6bbc4b9-a86c-41ea-99c5-800887b7b082"], ["eurotaku", "e21e96d3-5dbc-43f0-87dd-5aea24bc4aa6"], ["Yat99", "81bc3eda-c5bc-4976-8079-d179d3e399c9"], ["dobrosketchkun", "a862f321-f38f-4c3a-8989-fd95783a7ce5"], ["Wartificer", "368f98aa-ef56-44c1-9a81-bfba4743dbd3"], ["ampp", "62ea9507-5741-4d55-9e26-969e595614f0"], ["DanseMacabreJester", "97686390-b6b5-4ada-82af-d6f2aef55ed6"], ["NTF_Cinema4D_SD", "60248815-8b71-4e8f-9ad9-18b82689982b"], ["Wolfwindr", "d3afedf8-94b7-492a-af36-7b7958eead01"], ["Wolfwindr", "c4a2d806-8713-48a6-bc53-26fee1e0e285"], ["Pieter", "60f55a80-8d31-4f1a-b926-492ea50094ea"], ["dobrosketchkun", "d471a7e1-6cd0-427a-9ab7-8a038637edd9"], ["hanabihues", "ecaa99c7-f24e-4e6a-8bd3-b664c55ec264"], ["artaibyanuartoraigyrov", "6a44c11a-2191-494a-a39f-14ae66104f2e"], ["SoyKaf", "9eebc3d6-56b3-42c2-ab3b-e48d09c61d81"], ["dobrosketchkun", "52532e0d-5b64-45f7-b5c3-98884e9d1b08"], ["moesah", "da7fc92d-a0bc-4612-be4d-ff05932b8e7a"], ["Yuki_Hotaru", "0a2fd344-a1e6-4198-a5d1-ba100bc42de5"], ["imjustanotherguy", "b9885439-dab4-44d6-bb34-bbe44c3c68d1"], ["uzeron", "86dfdf93-9179-43f9-830f-c1b9b0690d63"], ["inbox2049", "8fdfb7f0-e101-4532-8ff8-dc1719ed07d4"], ["Deexys_Art", "b581d5a0-0fae-45c9-a131-fc6b75c70ca6"], ["jeszjesz", "0068fa8c-a5ad-4e74-b2ea-cad6aa00ce72"], ["error418", "cfca433b-cc88-4b2b-9d29-a7be1be9a09c"], ["dtroupe2", "d21c5b00-04ae-412d-978b-ccd8e2b6de11"], ["pexu", "59c7298c-0f14-4bc4-9388-d7991b14fbf6"], ["Apakes", "550633ab-dee1-4843-9666-a4dfc47057bb"], ["Wolfdua", "62aec394-f525-4a97-92fd-16f6d3a83c01"], ["io1337", "bf030101-ce5c-4a08-b9f9-fc27ee28dd97"], ["jeszjesz", "8b3aa4e0-376e-40b5-b876-d65e0084ec5b"], ["brutalelite246277", "a83a3dab-24f3-47e0-a4de-1513eb599046"], ["I9I", "5d302f14-0827-41be-acdc-dc80f95b3de9"], ["XenoHeart", "cb9f4d07-2987-42b9-9844-63c407e9d3e3"], ["SoyKaf", "6c40db89-33b0-4c80-848e-ccffae27f2f9"], ["Aeka0", "394ea982-61bd-41f5-8233-f0fa30ae752d"], ["pexu", "fb6838ac-abd2-4901-af2c-f442d7557db8"], ["sairus91", "107d4a90-f7d7-462c-ba23-5473fe7d52ef"], ["dobrosketchkun", "206e57bd-968b-4e4f-9d3b-9bcb165a24fc"], ["Konan", "08cb4fb9-19f7-4211-b831-c1f640eee271"], ["smul", "21c75e80-d95a-4fef-9238-fcdbdc2035c4"], ["scumola", "b76b2581-6348-4cc1-800b-7799bbde0750"], ["Quiron", "ebf424be-0f90-4c7e-9b42-130e5c698d06"], ["DollarStoreAbraham", "32b2b9ae-1f13-478b-8df4-5d7077a6895d"], ["1832515598741", "47576e8e-6b93-40e8-8705-46b367d5216e"], ["qqqqqqqq123556778", "1c657a61-820b-4701-9123-be5fa5da03c1"], ["haruga", "025955c2-6191-4396-bf25-0590dc7b2f76"], ["chilon249", "fc0d62a7-59cf-4daf-89c5-18eaa9b26928"], ["TUOBU", "01599364-78c9-4830-bba4-ec82ad69bfca"], ["GoldenWRaft", "8608a573-fba1-4e03-8798-fa189ccce68e"], ["NTF_Cinema4D_SD", "d4e5f308-d841-4d3a-9930-0b11fe3ac877"], ["Zolilio", "3299da38-74a4-4dab-be2e-cc418329c557"], ["dobrosketchkun", "1e0737b8-e006-42b9-8be1-4cd6b074ade4"], ["Apakes", "4808cd8c-b66d-4ff4-8e33-ddc56e018776"], ["epinikion", "ef056a6c-7d98-4357-8ec4-665dea7b53c5"], ["mrsummer360", "115b4065-72fd-447a-a432-928f8755d6e2"], ["NecroBear", "ff3a4c22-e157-43db-a0a1-da61c91121d5"], ["mrsummer360", "8180c4f3-33ce-4167-853a-8827fc0abc3a"], ["error418", "82f318bd-b5b7-484f-a1dc-edbea672c405"], ["lemortbelle", "636c51cb-ff2c-4bca-a0f4-15d6ef166a3d"], ["redseven86", "9080cd67-6034-4024-abf9-7ae69b6479d7"], ["FallenIncursio", "c68d6236-dbc1-40d5-ad89-8f88f7fa4224"], ["Konan", "52100c4a-add4-4966-accb-e1ba4f026685"], ["dobrosketchkun", "c24b3080-6982-4097-bdb1-0fc03a51b8d2"], ["Apakes", "6501b4ad-6568-4e7f-b096-94165f3ad4e0"], ["mousewrites", "98bc58f8-a340-44b2-b488-708fbfa43d43"], ["goatmeal", "5c6d13a7-81a2-40e6-8601-7fce02300937"], ["Eisthol", "b726b211-a63d-4b31-8183-0af4b76e2fa1"], ["gaz", "66ce70b6-93d9-40d2-ab14-0f4a32bae056"], ["eurotaku", "b6626599-e975-4e27-9aee-b56f5f434475"], ["Apakes", "5b6384fe-ee1f-4fbf-98dc-9af6ff2d8583"], ["Sunbutt", "d08f7c89-1e1f-44e0-83d0-c11324d5025d"], ["rMada", "dd8c6bb6-b0e3-4574-bae2-9854ac118c0b"], ["GastonFLoss", "bd49fbcf-239c-4182-9c3c-d32564b1286a"], ["dobrosketchkun", "bd6a8899-f9c5-4f06-b858-2c4eebb499cc"], ["ZoochMan", "5e0e8aee-77ad-42a7-8293-fe99bfd06dbc"], ["VanyaPoker", "8a0a5bf4-ca72-4a3e-b399-caaef8ba0783"], ["scumola", "eb6bf9f1-8d85-4b4f-83ac-707df2aa001a"], ["qqqqqqqq123556778", "03589b50-dd14-4d94-ac4d-e34b8e2c893f"], ["haruga", "72e962c5-caca-46cc-adf5-c4f5a5391c73"], ["heu3becteh", "71c678a4-e848-4444-8292-56746531794a"], ["io1337", "baf199fd-55f8-4c76-827a-4e0d1447d934"], ["Zavox", "89d138d5-87eb-47dc-a6e7-9c3f925dc5c9"], ["dobrosketchkun", "e39a53cc-078e-4947-b29d-8430073d534e"], ["dobrosketchkun", "39ff94f6-edac-4242-9413-86679c27e15c"], ["inbox2049", "66b5d52c-265b-46c0-9b0a-a6a687686bdd"], ["Konan", "daa48f46-abbc-4b7d-98e4-9bbf790c7adb"], ["haruga", "415b20e3-ce8f-49a1-b67b-0303384cade6"]];
|
107 |
+
|
108 |
+
const [author, imageId] = images[Math.floor(Math.random() * images.length)];
|
109 |
+
const imageUrl = `https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/${imageId}/width=450/thisisfine.jpeg`;
|
110 |
+
const caption = `"This is fine" - generated by ${author} as part of Maintenance Mode contest, May 2023.`;
|
111 |
+
</script>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div class="container">
|
115 |
+
<div class="header">
|
116 |
+
<div class="icon">
|
117 |
+
<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">
|
118 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
119 |
+
<path d="M6.5 7h11"></path>
|
120 |
+
<path d="M6.5 17h11"></path>
|
121 |
+
<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>
|
122 |
+
<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>
|
123 |
+
</svg>
|
124 |
+
</div>
|
125 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
126 |
+
</div>
|
127 |
+
<div class="image">
|
128 |
+
<img id="image" src="/images/imrs.webp" alt="This is fine">
|
129 |
+
</div>
|
130 |
+
<p id="image-caption"></p>
|
131 |
+
</div>
|
132 |
+
<script type="text/javascript">
|
133 |
+
const imageEl = document.getElementById("image");
|
134 |
+
const captionEl = document.getElementById("image-caption");
|
135 |
+
|
136 |
+
imageEl.src = imageUrl;
|
137 |
+
imageEl.setAttribute("alt", caption);
|
138 |
+
captionEl.innerText = caption;
|
139 |
+
</script>
|
140 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7d63ee03fe8244e8","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
141 |
+
</body>
|
142 |
+
</html>
|