-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
27 lines (24 loc) · 1.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--meta property="og:title" content="Discord Text Webview"-->
<!--meta property="og:image" content="https://i.imgur.com/Nt7VWh3.png"-->
<title>Text Webview</title>
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://twemoji.maxcdn.com/twemoji.min.js"></script>
<script src="js/simple-markdown.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="js/custom.js"></script>
<img src="https://discordapp.com/assets/f8389ca1a741a115313bede9ac02e2c0.svg" class="logo">
<span id="output">Loading...</span>
<br><br>
<div class="footer">© 2018-2021 John A Grosh</div>
</body>
</html>