mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-09 23:44:20 +01:00
26 lines
908 B
Plaintext
26 lines
908 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<base href="/"/>
|
|
<link rel="stylesheet" href="bootstrap/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="app.css"/>
|
|
<link rel="stylesheet" href="SharpRSS.Blazor.styles.css"/>
|
|
<link rel="icon" type="image/png" href="favicon.png"/>
|
|
@*MudBlazor*@
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
|
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
|
<HeadOutlet/>
|
|
</head>
|
|
|
|
<body>
|
|
@*Rendermode to 'InteractiveServer' or else MudBlazor will not work with interactivity*@
|
|
<Routes @rendermode="InteractiveServer"/>
|
|
<script src="_framework/blazor.web.js"></script>
|
|
@*MudBlazor*@
|
|
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
|
|
</body>
|
|
|
|
</html> |