wtf auth??
This commit is contained in:
parent
607d7e121c
commit
a3a1654030
14 changed files with 337 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
<h1>roleypoly!</h1>
|
||||
<div>put a role here</div>
|
||||
<div>put a role here</div>
|
||||
<div>put a role here</div>
|
||||
<div>put a role here</div>
|
||||
<div>put a role here</div>
|
|
@ -1,7 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{{ .HeadTitle }}</title>
|
||||
<link rel="preconnect" href="https://fonts.bunny.net" />
|
||||
<link
|
||||
href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400,400i"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
{{embed}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue