Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>$${{title}} — TG Archive</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>TG Archive</h1>
|
||||
<nav>
|
||||
<a href="/">Home</a> |
|
||||
<a href="/servers">Servers</a> |
|
||||
<a href="/channels">Channels</a> |
|
||||
<a href="/users">Users</a> |
|
||||
<a href="/messages">Messages</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
$${{body}}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user