Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created March 27, 2018 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/9c01efa8b8d8c5effccf8702e08cf9d9 to your computer and use it in GitHub Desktop.
Save vmussak/9c01efa8b8d8c5effccf8702e08cf9d9 to your computer and use it in GitHub Desktop.
Index do blazor
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>BlazorExample</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/site.css" rel="stylesheet" />
</head>
<body>
<app>Loading...</app>
<script src="css/bootstrap/bootstrap-native.min.js"></script>
<script type="blazor-boot"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment