MasterPage.dotmaster

25 lines | 890 B Blame History Raw Download
@viewModel Carelearning.Prototype.ViewModels.MasterPageViewModel, Carelearning.Prototype
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />    
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="icon" href="/favicon.ico" sizes="any">
    <meta name="theme-color" content="#007bff">
    <title>CarelearningPrototype | Activity Management</title>
    <dot:RequiredResource Name="bootstrap" />
    <dot:RequiredResource Name="Styles"/>
    <dot:ContentPlaceHolder ID="Head" />
</head>
<body Visible="{value: _page.EvaluatingOnClient}">
    <div style="padding: 20px;">
        <h1>CarelearningPrototype</h1>
        <p>Activity Management System</p>
        <hr>
        <dot:ContentPlaceHolder ID="Body" />
    </div>
    <dot:ContentPlaceHolder ID="Scripts" />
</body>
</html>