|
// add your additional code here
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chart</title>
<base rel='nofollow' href="~/" />
<script src="~/blazor.polyfill.min.js"></script>
<link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" />
<link rel='nofollow' href="css/site.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/18.1.43/bootstrap4.css" rel="stylesheet" />
<script src="~/Scripts/lodash.min.js"></script>
<script src="https://github.com/Daddoon/Blazor.Polyfill/releases/download/3.0.1/blazor.polyfill.min.js"></script>
<script src="~/syncfusion-blazor-base.min.js"></script>
<link rel='nofollow' href="Chart.styles.css" rel="stylesheet" />
</head>
// add your additional code here |