mirror of
https://github.com/AzzyAz-net/azzy-assets.git
synced 2026-08-25 19:24:58 +00:00
Inital Commit
This commit is contained in:
parent
17d23f0b6d
commit
cb6d5b5a59
4 changed files with 5 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -361,3 +361,5 @@ MigrationBackup/
|
|||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
.astro
|
||||
|
|
|
|||
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
1
public/test.txt
Normal file
1
public/test.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Testing assets!
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue