mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-23 01:17:32 -05:00
15 lines
192 B
Handlebars
15 lines
192 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{> head }}
|
|
<body>
|
|
{{> navbar }}
|
|
|
|
<h1>haha-yes</h1>
|
|
|
|
file not found!
|
|
|
|
{{> footer }}
|
|
</body>
|
|
</html>
|