forked from lavender/watch-party
23 lines
528 B
HTML
23 lines
528 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>watch party chat <3</title>
|
|
<link rel="stylesheet" href="/styles.css?v=3" />
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
This site will <em>not</em> work without JavaScript, and there's not
|
|
really any way around that :(
|
|
</noscript>
|
|
|
|
<div id="chatbox-container" class="popped-out">
|
|
<div id="chatbox"></div>
|
|
<form id="chatbox-send">
|
|
<input type="text" placeholder="Message..." />
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|