-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
web-template.html
33 lines (30 loc) · 1.39 KB
/
web-template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@philippdormann/MensaMax-API</title>
<meta name="description" content="simple APIs for using MensaMax data in modern applications">
<meta name="keywords" content="MensaMax, API, Philipp Dormann, Mensa">
<meta property="og:title" content="MensaMax">
<meta property="og:description" content="simple APIs for using MensaMax data in modern applications">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/open-fonts@1.1.1/fonts/inter.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
</head>
<body>
<header>
<h1>MensaMax-API</h1>
<blockquote>simple APIs for using MensaMax data in modern applications</blockquote>
<nav>
<a href="/">Project Start-Page</a> /
<a href="https://github.com/philippdormann/mensamax-api">GitHub Repo</a> /
<a href="../institutions-json">Known Institutions (JSON)</a> /
<a href="../institutions-ui">Known Institutions (UI)</a>
</nav>
</header>
{{{content}}}
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.6/dist/clipboard.min.js"></script>
<script>new ClipboardJS('.clipboard');</script>
</body>
</html>