mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
565 B
Plaintext
24 lines
565 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>webdrop</title>
|
|
|
|
<link rel="stylesheet" href="/index.css">
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="https://cdn.firebase.com/js/client/2.2.1/firebase.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
window.token = <%- JSON.stringify(token) %>;
|
|
window.metadata = <%- JSON.stringify(meta) %>;
|
|
</script>
|
|
|
|
<div id="app"></div>
|
|
<script src="/app.js"></script>
|
|
</body>
|
|
|
|
</html>
|