2024-04-02 15:35:57 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
2024-04-03 12:02:00 -05:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<base href="/" />
|
|
|
|
|
<link rel="stylesheet" href="app.css" />
|
|
|
|
|
<link rel="stylesheet" href="Blog.styles.css" />
|
|
|
|
|
<HeadOutlet @rendermode="InteractiveServer" />
|
2024-04-02 15:35:57 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2024-04-03 12:02:00 -05:00
|
|
|
<Routes @rendermode="InteractiveServer" />
|
|
|
|
|
<script src="_framework/blazor.web.js"></script>
|
2024-04-02 15:35:57 -05:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|