Site.dotmaster

18 lines | 506 B Blame History Raw Download
@viewModel Web.ViewModels.SiteViewModel, Web

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <link rel="icon" href="/favicon.ico" sizes="any">
    <meta charset="utf-8" />
    <meta name="theme-color" content="#fafafa">
    <title>Dotvvm Child Event Callback Demo</title>
    <dot:RequiredResource Name="Styles" />
    <dot:ContentPlaceHolder ID="Head" />
</head>
<body>
    <dot:ContentPlaceHolder ID="Body" />
    <dot:ContentPlaceHolder ID="Scripts" />
</body>
</html>