Compare commits

..
2 Commits
Author SHA1 Message Date
futile 2cdda03224 home: apply crossorigin to font preloads 2026-07-23 14:22:52 +01:00
futile 840fd46a73 home: optimise images 2026-07-23 14:21:43 +01:00
7 changed files with 9 additions and 9 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

+3 -3
View File
@@ -6,12 +6,12 @@
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/png" href="assets/logo_icon.png">
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
<link rel="preload" as="image" href="assets/clouds.avif">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
</head>
<body>
<img src="assets/logo.png" class="logo" />
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4">
<p class="font-light">hello, and welcome to atom.town. here, you will be at home.</p>
<div class="flex flex-col">
+3 -3
View File
@@ -6,12 +6,12 @@
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/png" href="assets/logo_icon.png">
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
<link rel="preload" as="image" href="assets/clouds.avif">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
</head>
<body>
<img src="assets/logo.png" class="logo" />
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4">
<p class="font-light">some notes for stuff you might need to know</p>
<div class="flex flex-col gap-2">
+3 -3
View File
@@ -6,12 +6,12 @@
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/png" href="assets/logo_icon.png">
<link rel="icon" type="image/png" href="assets/logo_icon.avif">
<link rel="preload" as="image" href="assets/clouds.avif">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
</head>
<body>
<img src="assets/logo.png" class="logo" />
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4 max-w-md">
<p class="font-light">here you can learn some things</p>
<div class="flex flex-col gap-2">