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 d40ab5a commit 6b2958f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
Empty file added .nojekyll
Empty file.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">

<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>
<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" />
</head>

<body>
<div id="app">
<div id="loading">
<span>.NET DEV Badge</span>
<span>Loading...</span>
</div>
</div>

<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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>
<base href="/" />
<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" />
Expand Down

0 comments on commit 6b2958f

Please sign in to comment.