mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-07 12:58:33 +00:00
87774333f3
Co-authored-by: TheElixZammuto <6505622+TheElixZammuto@users.noreply.github.com>
11 lines
578 B
HTML
11 lines
578 B
HTML
<!-- TEMPLATE_HEADER - Used by Every UI Page -->
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Sunshine</title>
|
|
<link rel="icon" type="image/x-icon" href="/images/sunshine.ico">
|
|
<link href="@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
|
|
<link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link href="/assets/css/sunshine.css" rel="stylesheet" />
|
|
<script type="module" src="bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|