34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="https://jenil.github.io/bulmaswatch/cyborg/bulmaswatch.min.css">
|
|
<!--
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
|
-->
|
|
<!--
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
|
|
-->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
|
|
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<link rel="icon" href="https://static.xinu.tv/favicon/letterbox.svg" />
|
|
<link data-trunk rel="css" href="static/style.css" />
|
|
<!-- Pretty checkboxes from https://justboil.github.io/bulma-checkbox/ -->
|
|
<link data-trunk rel="css" href="static/main.css" />
|
|
<!-- tall thin font for user icon -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
|
|
<link data-trunk rel="css" href="static/site-specific.css" />
|
|
<link data-trunk rel="tailwind-css" href="./src/tailwind.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<section id="app"></section>
|
|
</body>
|
|
|
|
</html>
|