Inital Commit

This commit is contained in:
Ahyan Z 2026-05-25 18:06:25 +01:00
parent 17d23f0b6d
commit cb6d5b5a59
4 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View file

@ -361,3 +361,5 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
.astro

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

1
public/test.txt Normal file
View file

@ -0,0 +1 @@
Testing assets!

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Azzy Assets</title>
<link rel="favicon" href="https://azzyaz.net/favicon.png">
<link rel="favicon" href="/favicon.png">
</head>
<body>
<p>Well what are you doing here? This is for assets. Head over to the main page <a href="https://azzyaz.net">here</a>.</p>