Buckets:

download
raw
1.37 kB
const e=({status:n,message:t})=>`<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>`+t+`</title>
<style>
body {
--bg: white;
--fg: #222;
--divider: #ccc;
background: var(--bg);
color: var(--fg);
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
Roboto,
Oxygen,
Ubuntu,
Cantarell,
'Open Sans',
'Helvetica Neue',
sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.error {
display: flex;
align-items: center;
max-width: 32rem;
margin: 0 1rem;
}
.status {
font-weight: 200;
font-size: 3rem;
line-height: 1;
position: relative;
top: -0.05rem;
}
.message {
border-left: 1px solid var(--divider);
padding: 0 0 0 1rem;
margin: 0 0 0 1rem;
min-height: 2.5rem;
display: flex;
align-items: center;
}
.message h1 {
font-weight: 400;
font-size: 1em;
margin: 0;
}
@media (prefers-color-scheme: dark) {
body {
--bg: #222;
--fg: #ddd;
--divider: #666;
}
}
</style>
</head>
<body>
<div class="error">
<span class="status">`+n+`</span>
<div class="message">
<h1>`+t+`</h1>
</div>
</div>
</body>
</html>
`;export{e as default};

Xet Storage Details

Size:
1.37 kB
·
Xet hash:
de54b53081a34887f7b47990ae192285f4f63643f7e5aa65d01645eaadb4c4c6

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.