Skip to content

Instantly share code, notes, and snippets.

@TheEskhaton
Created November 29, 2020 19:07
Show Gist options
  • Save TheEskhaton/557c4b657db13d1359998ce92ccd3652 to your computer and use it in GitHub Desktop.
Save TheEskhaton/557c4b657db13d1359998ce92ccd3652 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Blazor Tailwind</title>
<base href="/" />
<link href="css/tailwind/tailwind.min.css" rel="stylesheet" />
</head>
<body>
<div id="app">Loading...</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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment