-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.05 KB
/
Copy pathindex.html
File metadata and controls
42 lines (37 loc) · 1.05 KB
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
34
35
36
37
38
39
40
41
42
---
layout: default
links:
- url: "/assets/node/katex/katex-swap.min.css"
rel: "stylesheet"
scripts:
- url: "/assets/node/lz-string.min.js"
defer: true
- url: "/assets/node/dompurify.min.js"
defer: true
- url: "/assets/node/katex/katex.min.js"
defer: true
- url: "/assets/node/marked.min.js"
defer: true
- url: "/assets/node/marked-katex-extension.min.js"
defer: true
- url: "/assets/js/init.js"
defer: true
- url: "/assets/js/index.js"
defer: true
---
<h1>{{ site.title }}</h1>
<textarea id="markdown" autocomplete="off">
# Title or Header 1
> {{ site.description }}
>
> — {{ site.author.name }}
{% include tutorial.md -%}
</textarea>
<pre class="hidden"><code id="small-link"></code></pre>
<div class="flex">
<button type="button" class="btn" onclick="clearText();">Clear</button>
<div class="btns">
<button type="button" class="btn" title="Shorten URL with h.mwt.me" onclick="shortenURL();">Small link</button>
<button type="submit" class="btn" onclick="submitText();">Submit</button>
</div>
</div>