first commit
This commit is contained in:
commit
1c7877b6b1
12 changed files with 256 additions and 0 deletions
37
index.html
Normal file
37
index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<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 property="og:title" content="z0x" />
|
||||
<meta property="og:description" content="z0x's homepage" />
|
||||
<meta property="og:url" content="https://z0x.ca" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="./img/favicon-256x256.webp" />
|
||||
<meta property="og:image:alt" content="logo" />
|
||||
<meta property="og:image:width" content="256" />
|
||||
<meta property="og:image:height" content="256" />
|
||||
<meta property="og:site_name" content="z0x.ca" />
|
||||
|
||||
<link rel="stylesheet" href="./css/style.css" />
|
||||
<link rel="preload" href="./img/matrix.svg" as="image" />
|
||||
<link rel="preload" href="./img/favicon-256x256.webp" as="image" />
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="./img/favicon-256x256.webp" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="./img/favicon-192x192.webp">
|
||||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="./img/favicon-180x180.webp">
|
||||
|
||||
<meta name="darkreader-lock">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<div class="box">
|
||||
<a>
|
||||
<img class="logo" src="./img/favicon-256x256.webp" alt="logo" />
|
||||
</a>
|
||||
<h1 class="header unselectable">z0x</h1>
|
||||
<div id="snowflake-container"></div>
|
||||
<script src="./js/snowflakes.ts"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue