Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_Layout.cshtml @ 16674

Last change on this file since 16674 was 13860, checked in by jlodewyc, 9 years ago

#2582 RC2 migration fixed. OKB query implemented. Preparing for OKB manager

File size: 1.1 KB
RevLine 
[13656]1<!DOCTYPE html>
2<html>
3<head>
4    <meta name="viewport" content="width=device-width" />
[13854]5    <title>@ViewBag.Title - HeuristicLab Hive</title>
[13754]6
7    <link href="~/css/site.min.css" rel="stylesheet" />
8
[13696]9    <link href="https://gitcdn.github.io/bootstrap-toggle/2.2.0/css/bootstrap-toggle.min.css" rel="stylesheet">
[13739]10    <link rel="shortcut icon" type="image/x-icon" href="~/favicon.ico" />
[13733]11    <link rel="stylesheet" href="//rawgithub.com/Caged/d3-tip/master/examples/example-styles.css">
[13656]12</head>
[13860]13<body style="overflow-x:hidden"  >
[13656]14    <div>
15        <nav class="navbar navbar-default navbar-static-top"
16             role="navigation" style="margin-bottom: 0">
[13754]17            <div class="navbar-header">
[13860]18                <img alt="Heuristic Lab Hive"
19                     src="~/img/HeuristicLabBanner.png"
20                     style="margin-bottom:15px; margin-top:15px"
21                      />
[13656]22            </div>
23        </nav>
[13689]24
[13754]25        <script src="~/js/app.js"></script>
[13689]26        <script src='~/signalr/js'></script>
[13754]27
[13656]28        @RenderBody()
29    </div>
30</body>
31</html>
Note: See TracBrowser for help on using the repository browser.