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

23 lines
846 B
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">
2018-11-29 04:57:35 +00:00
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
2018-10-11 23:45:05 +00:00
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>