Index.cshtml 158 B

12345678
  1. @{
  2. ViewBag.Title = "Our Own BabylonJS";
  3. ViewBag.DoNotUseBabylonJS = true;
  4. }
  5. <div id="logo">
  6. <img src="@Url.Content("/Content/Logo.png")" />
  7. </div>