aria: scaffold index.html
This commit is contained in:
parent
b03ac2ed24
commit
20c520d773
48
index.html
Normal file
48
index.html
Normal file
@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Dolphins</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; }
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
|
||||
background: radial-gradient(ellipse at top, #0f172a, #020617);
|
||||
color: #f1f5f9;
|
||||
}
|
||||
main {
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
max-width: 540px;
|
||||
}
|
||||
h1 {
|
||||
font-size: clamp(2rem, 5vw, 3.5rem);
|
||||
margin: 0 0 0.5rem;
|
||||
background: linear-gradient(90deg, #34d399, #22d3ee);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
p { color: #94a3b8; line-height: 1.6; }
|
||||
code {
|
||||
background: #1e293b;
|
||||
padding: 0.15em 0.4em;
|
||||
border-radius: 0.25em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Dolphins</h1>
|
||||
<p>Site déployé par ARIA via Gitea Actions sur K3s.</p>
|
||||
<p><code>dolphinsite</code></p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user