25 lines
1.1 KiB
HTML
25 lines
1.1 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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
|
|
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
|
|
crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<link rel="icon" href="https://static.xinu.tv/favicon/letterbox.svg" />
|
|
<!-- 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="css" href="static/vars.css" />
|
|
<link data-trunk rel="tailwind-css" href="./src/tailwind.css" />
|
|
<link data-trunk rel="css" href="static/overrides.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<section id="app"></section>
|
|
</body>
|
|
|
|
</html> |