astrojs rewrite
This commit is contained in:
parent
e7a707b4e2
commit
39c53b1bd1
20 changed files with 8110 additions and 26 deletions
23
index.html
23
index.html
|
@ -1,23 +0,0 @@
|
|||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>z0x</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<meta name="darkreader-lock">
|
||||
<link rel="icon" type="image/x-icon" href="./img/logo_bg.svg">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="./img/logo_bg.svg">
|
||||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="./img/logo_bg.svg">
|
||||
<link rel="stylesheet" href="./snowflake.css">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-cover bg-[url('../img/gradient.webp')] text-white overflow-hidden">
|
||||
<div class="flex items-center justify-center min-h-screen">
|
||||
<div class="bg-[rgba(11,11,11,0.6)] aspect-square rounded-3xl border-2 border-white flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]">
|
||||
<img class="w-2/3 mb-4" src="./img/logo.svg" alt="logo" />
|
||||
<h1 class="text-4xl">z0x</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="snowflake-container"></div>
|
||||
<script src="./snowflakes.ts"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue