-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Xe Iaso <[email protected]>
- Loading branch information
Showing
18 changed files
with
666 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package main | ||
|
||
templ index() { | ||
<p><img src="/static/aura.webp"/></p> | ||
<h2>Archive</h2> | ||
<ul> | ||
<li><a href="/sleepypony/">Early DJ Sleepypony sets</a></li> | ||
<li><a href="/BronyRadio/">Early BronyRadio sets</a></li> | ||
<li><a href="/var/93252527679639552/">Current PonyvilleFM sets</a></li> | ||
</ul> | ||
} | ||
|
||
templ notFound() { | ||
<p>The URL you requested could not be found. Please check your URL and hang up to try your call again.</p> | ||
} |
Binary file not shown.
Oops, something went wrong.