Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active July 17, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/12c0367e9875c5799e30935cb34b1d1f to your computer and use it in GitHub Desktop.
Save ssougnez/12c0367e9875c5799e30935cb34b1d1f to your computer and use it in GitHub Desktop.
@inherits UmbracoViewPage
@{
Layout = null;
}
<!DOCTYPE html>
<html lang="en" ng-app="adb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Another dev blog</title>
</head>
<body>
@RenderBody()
<script src="/Scripts/vendors.min.js" type="text/javascript"></script>
<script src="/Scripts/adb.min.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment