-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.html
More file actions
23 lines (23 loc) · 959 Bytes
/
module.html
File metadata and controls
23 lines (23 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Naïm Camille Favier">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<title>@moduleName@</title>
<link rel="icon" type="image/png" href="https://monade.li/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css" integrity="sha384-5TcZemv2l/9On385z///+d7MSYlvIEw9FuZTIdZ14vJLqWphw7e7ZPuOiCHJcFCP" crossorigin="anonymous">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="style.css">
<script src="highlight-hover.js"></script>
<script src="main.js"></script>
</head>
<body>
<h3>
<a href="/">index</a> ∙
<a href="https://github.com/ncfavier/agda-stuff/blob/main/@path@">source</a>
</h3>
@contents@
</body>
</html>