13 lines
313 B
HTML
13 lines
313 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WebTorrent</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="index.css" charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<script>require('./index.js')</script>
|
|
</body>
|
|
</html>
|