-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.template
23 lines (23 loc) · 905 Bytes
/
index.template
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>
<head>
<title>Tech Talk</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="/static/www/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="/static/www/style.css"/>
</head>
<body class="preload">
<textarea id="source">
{{ .Prefix }}
{{ .Markdown }}
</textarea>
<div id="terminal" class="animate__animated animate__slideOutUp">
<iframe seamless src="/static/www/wetty/"></iframe>
<a class="btn">Close</a>
</div>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML&delayStartupUntil=configured"></script>
<script src="/static/www/script.js"></script>
</body>
</html>