Skip to content

Instantly share code, notes, and snippets.

@ssinganamalla
Created May 15, 2013 20:07
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 ssinganamalla/5586947 to your computer and use it in GitHub Desktop.
Save ssinganamalla/5586947 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>@ViewBag.Title</title>
<link href="@Url.Content("../../Scripts/resources/AfeAdmin-all.css")" rel="stylesheet" type="text/css" />
<!-- TO GO IN DEV MODE: comment the line -->
<!-- <script src="@Url.Content("../../Scripts/all-classes.js")" type="text/javascript"></script>-->
<!-- TO GO IN DEV MODE: UNCOMMENT the 2 lines below -->
<script src="@Url.Content("../../Scripts/ext/ext-dev.js")" type="text/javascript"></script>
<script src="@Url.Content("../../Scripts/app/app.js")" type="text/javascript"></script>
</head>
<body>
@RenderBody()
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment