Files
webtorrent-desktop/index.html
Feross Aboukhadijeh a1d69dbba7 initial commit
2016-01-02 16:01:08 +01:00

18 lines
322 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Electron boilerplate</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<header>
<h1>Electron boilerplate</h1>
</header>
<section class="main"></section>
<footer></footer>
</div>
</body>
</html>