2024-04-27 22:36:16 +02:00
|
|
|
<!DOCTYPE html>
|
2024-07-30 16:19:51 +02:00
|
|
|
<html lang="en" data-bs-theme="dark">
|
2024-04-27 22:36:16 +02:00
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
|
<base href="/"/>
|
2024-07-30 16:19:51 +02:00
|
|
|
|
2024-04-27 22:36:16 +02:00
|
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
2024-07-30 16:19:51 +02:00
|
|
|
|
|
|
|
|
<!-- CSS -->
|
2025-03-03 00:56:32 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/general.css?version=0.5.0.4"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/panel.css?version=0.5.0.2"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/main_button.css?version=0.5.0.2"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/gaps.css?version=0.5.0.2"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/blazor.css?version=0.5.0.6"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="WatchIt.Website.styles.css?version=0.5.0.2"/>
|
|
|
|
|
|
|
|
|
|
<!-- FONT AWESOME -->
|
2024-10-02 01:08:52 +02:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
2025-03-03 00:56:32 +01:00
|
|
|
|
2024-07-30 16:19:51 +02:00
|
|
|
<!-- BOOTSTRAP -->
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
2024-09-29 13:20:30 +02:00
|
|
|
|
|
|
|
|
<!-- BLAZORISE -->
|
|
|
|
|
<link href="_content/Blazorise.Icons.FontAwesome/v6/css/all.min.css" rel="stylesheet">
|
|
|
|
|
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" />
|
|
|
|
|
<link href="_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css" rel="stylesheet" />
|
2025-03-03 00:56:32 +01:00
|
|
|
<link href="_content/Blazorise.Snackbar/blazorise.snackbar.css" rel="stylesheet" />
|
|
|
|
|
|
2024-07-30 16:19:51 +02:00
|
|
|
<!-- FONTS -->
|
|
|
|
|
<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=Belanosima:wght@400;600;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
2025-03-03 00:56:32 +01:00
|
|
|
|
|
|
|
|
<ImportMap/>
|
2024-04-27 22:36:16 +02:00
|
|
|
<HeadOutlet @rendermode="InteractiveServer"/>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2024-09-17 20:32:22 +02:00
|
|
|
<Routes @rendermode="InteractiveServer"/>
|
|
|
|
|
<script src="_framework/blazor.web.js"></script>
|
2024-04-27 22:36:16 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|