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.
18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WebDrop - Send Files, Easily</title>
|
|
|
|
<link rel="stylesheet" href="index.css">
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/app.js"></script>
|
|
</body>
|
|
|
|
</html>
|