-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
24 lines (20 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://i.ibb.co/6rd9sbB/streamit.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝘁𝗨𝗣 🚀 | 𝐏𝐞𝐞𝐫-2-𝐏𝐞𝐞𝐫 𝐒𝐜𝐫𝐞𝐞𝐧𝐬𝐡𝐚𝐫𝐢𝐧𝐠 & 𝐂𝐡𝐚𝐭, 𝐖𝐞𝐛-𝐀𝐩𝐩 | by 𝗔𝗻𝘂𝗸𝗮𝗿𝗢𝗣</title>
<meta name="description" content="Chat and Screenshare in peer-2-peer, backed by no server, No account needed.">
</head>
<body style="display: flex; flex-direction: column; min-height: 100vh;">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- Copyright notice and link -->
<footer style="text-align: center; margin-top: auto;">
<p style="font-size: 12px;">
/// 𝗙𝗲𝗲𝗹 𝗙𝗿𝗲𝗲 𝘁𝗼 𝗦𝘁𝗮𝗿⭐ 𝘁𝗵𝗲 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 <a href="https://github.com/AnukarOP/StreamitUP"><strong>ʜᴇʀᴇ</strong></a> | Created by <a href="https://AnukarOP.is-a.dev/"><strong>𝗔𝗻𝘂𝗸𝗮𝗿𝗢𝗣</strong></a> ///
</p>
</footer>
</body>
</html>