tstor/torrent/front/index.html
Antonio Navarro Perez 80ed4e9e1e more work on front part.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-05-13 19:02:51 +02:00

25 lines
No EOL
665 B
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>
<div class="container">
<canvas id="chart-general-network"></canvas>
<canvas id="chart-file-chunks"></canvas>
</div>
<script src="js/main.js"></script>
</body>
</html>