Skip to content

Commit

Permalink
blazor hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
chanos-dev committed Jan 4, 2024
1 parent 595897d commit 03f7ab5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>.NET Dev Badge</title>
<title>.NET Dev Badge</title>
<base href="/dotnetdev-badge/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="dotnetdev-badge.Client.styles.css" rel="stylesheet" />
<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" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="scripts/helper.js"></script>
</head>

<body>
Expand Down

0 comments on commit 03f7ab5

Please sign in to comment.