Skip to content

Instantly share code, notes, and snippets.

@nickharris
Last active December 13, 2015 17:48
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 nickharris/4950358 to your computer and use it in GitHub Desktop.
Save nickharris/4950358 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>@ViewBag.Title</title>
@*Add Pusher script reference*@
<script type="text/javascript" src="http://js.pusher.com/1.12/pusher.min.js" />
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
</head>
<body>
@RenderBody()
@Scripts.Render("~/bundles/jquery")
@*Add JQPlot references, note you might want to bundle these*@
@Scripts.Render("~/Scripts/JQuery.jqplot.min.js")
@Scripts.Render("~/Scripts/jqplot.dateAxisRenderer.min.js")
@RenderSection("scripts", required: false)
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment