mirror of
https://github.com/H3ALY/CollapsibleNavMenu.git
synced 2025-12-19 09:58:35 +00:00
20 lines
587 B
Plaintext
20 lines
587 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="Blazor_Server.styles.css" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
<HeadOutlet @rendermode="InteractiveServer" />
|
|
</head>
|
|
|
|
<body>
|
|
<Routes @rendermode="InteractiveServer" />
|
|
<script src="_framework/blazor.web.js"></script>
|
|
</body>
|
|
|
|
</html> |