32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<base href="/"/>
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="app.css?version=0.1.0.16"/>
|
|
<link rel="stylesheet" href="WatchIt.Website.styles.css?version=0.1.0.29"/>
|
|
|
|
<!-- 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">
|
|
|
|
<!-- 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">
|
|
|
|
<HeadOutlet @rendermode="InteractiveServer"/>
|
|
</head>
|
|
|
|
<body>
|
|
<Routes @rendermode="InteractiveServer"/>
|
|
<script src="_framework/blazor.web.js"></script>
|
|
</body>
|
|
|
|
</html> |