-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.26 KB
/
index.html
File metadata and controls
25 lines (24 loc) · 1.26 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset="utf-8" />
<title>Zensmann's Joined Twitch Chats</title>
<meta property="og:title" content="Zensmann's Joined Twitch Chats Configurator" />
<meta property="og:description" content="Combine multiple chats into a single overlay!" />
<meta property="og:site_name" content="Zensmann's Online Tools" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tools.ensmann.de/joined-chat/" />
<meta property="og:image" content="https://tools.ensmann.de/img/joined-chat.png" />
<meta property="og:image:type" content="image/png" />
<link rel="shortcut icon" type="image/x-icon" href="https://tools.ensmann.de/img/favicon.ico" />
<link rel="stylesheet" href="joined-chat.css" />
<script src="https://tools.ensmann.de/parameters.js"></script>
<script src="tmi.min.js"></script>
<script src="Queue.js"></script>
</head>
<body>
<div id="content" class="box"></div>
<script src="parseStyle.js"></script>
<script type="module" src="joined-chat.js"></script>
</body>
</html>