Created
August 3, 2016 12:41
-
-
Save rasmusfjord/e3a35ac23001d3d96350e61e5838b33b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @using learnmark | |
| @inherits learnmark.Mvc.LeViewPage<learnmark.Models.Website.LeMaster> | |
| @{ | |
| Layout = null; | |
| } | |
| <!DOCTYPE html> | |
| <html lang="da"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, maximum-scale=1" id="viewport"> | |
| @Html.Partial("~/Views/Partials/Website/MetaData.cshtml") | |
| <link rel="shortcut icon" href="/img/6311le/icons/favicon.png" type="image/x-icon" /> | |
| <link rel="apple-touch-icon" href="/img/6311le/icons/app-icon.png" /> | |
| <link rel="stylesheet" href="/css/6311le/styles.css" type="text/css" media="all"> | |
| </head> | |
| <body ng-class="{'navigation-expand': navigationExpand}"> | |
| @Html.Partial("~/Views/Partials/Website/Header.cshtml") | |
| <div class="all-wrap"> | |
| @RenderBody() | |
| @Html.Partial("~/Views/Partials/Website/Footer.cshtml") | |
| </div> | |
| <script type="text/javascript" src="/scripts/6311le/scripts.js" charset="utf-8"></script> | |
| <script type="text/javascript" src="//fast.fonts.net/jsapi/a162d8b5-7af7-4594-af12-5af9e5036567.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment