Created
November 29, 2020 19:07
-
-
Save TheEskhaton/557c4b657db13d1359998ce92ccd3652 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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