24 lines
557 B
HTML
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>
|