torrents.csv/server/ui/src/index.html

25 lines
1.0 KiB
HTML
Raw Normal View History

2018-10-11 23:45:05 +00:00
<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">
2018-11-29 04:36:12 +00:00
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
2018-11-27 05:00:06 +00:00
2018-10-11 23:45:05 +00:00
<title>Torrents.csv</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/solid.css" integrity="sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/fontawesome.css" integrity="sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7"
crossorigin="anonymous">
2018-11-29 04:36:12 +00:00
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
2018-10-11 23:45:05 +00:00
</head>
<body>
<div id="app"></div>
$bundles
2018-10-11 23:45:05 +00:00
</body>
</html>