Files
webtorrent-desktop/main/index.html
Feross Aboukhadijeh c1cf9199b2 header: add nav buttons
2016-03-02 15:52:50 -08:00

14 lines
394 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="../vendor/fontello/css/fontello.css" charset="utf-8">
<link rel="stylesheet" href="index.css" charset="utf-8">
</head>
<body>
<script src='index.js'></script>
</body>
</html>