Site.dotmaster

23 lines | 797 B Blame History Raw Download
@viewModel DotVvmBP.ViewModels.SiteViewModel, DotVvmBP

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>DotVvm Castle Windsor</title>
    <meta name="description" content="Illustrates issue with wiring up a Castle Windsor container in the DotVvmStartup class.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#fafafa">
    <%--<link href="../wwwroot/css/bootstrap/css/bootstrap.min.css" rel="stylesheet" />--%>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>

<body>
    <dot:ContentPlaceHolder ID="Main" />
</body>

</html>