1
0
Fork 0
basking-dashboard/public/index.html
2019-05-15 18:01:19 -05:00

24 lines
557 B
HTML

<html>
<head>
<title>Basking</title>
<link rel="stylesheet" type="text/css" href="./assets/base-min.css" />
<link rel="stylesheet" type="text/css" href="./assets/pure-min.css" />
<link rel="stylesheet" type="text/css" href="./assets/styles.css" />
</head>
<body>
<main class="pure-g">
<section class="pure-u-1-3">
Yo
</section>
<section class="pure-u-1-3">
Yo
</section>
<section class="pure-u-1-3">
Yo
</section>
</main>
<a href="/emby">Emby</a>
<a href="/portainer">Portainer</a>
</body>
</html>