UNPKG

nodeserver

Version:

Nodeserver is a NodeJS Web Server with reverse proxy functionality alternative to Nginx reverse proxy for NodeJS projects

72 lines (62 loc) 2.11 kB
doctype html html head meta(charset="utf-8") meta(name="viewport" content="width=device-width, initial-scale=1.0") title NodeServer admin link(href="/css/bootstrap.min.css" rel="stylesheet") link(href="/font-awesome/css/font-awesome.css" rel="stylesheet") link(href="css/plugins/morris/morris-0.4.3.min.css" rel="stylesheet") link(href="css/plugins/timeline/timeline.css" rel="stylesheet") link(href="/css/sb-admin.css" rel="stylesheet") body div#wrapper nav.navbar.navbar-default.navbar-fixed-top(role="navigation" style="margin-bottom: 0") div.navbar-header button.navbar-toggle(type="button" data-toggle="collapse" data-target=".sidebar-collapse") span.sr-only Toggle navigation span.icon-bar span.icon-bar span.icon-bar a.navbar-brand(href="/")='Nodeserver Admin v' + version ul.nav.navbar-top-links.navbar-right li a(href="/config/refresh") i.fa.fa-refresh.fa-fw li.dropdown a.dropdown-toggle(data-toggle="dropdown" href="#") i.fa.fa-user.fa-fw |   i.fa.fa-caret-down ul.dropdown-menu.dropdown-user li a(href="/logout") i.fa.fa-sign-out.fa-fw | Logout div.navbar-default.navbar-static-side(role="navigation") div.sidebar-collapse ul#side-menu.nav li a(href="/") i.fa.fa-dashboard.fa-fw | Dashboard li a(href="#") i.fa.fa-sitemap.fa-fw | Websites span.fa.arrow ul.nav.nav-second-level.collapse each website in websites li a(href="/websites/" + website.id)=website.name li.text-center img(src='/images/nodeserver-logo-mini.png') div#page-wrapper block content script(src="/js/jquery-1.10.2.js") script(src="/js/bootstrap.min.js") script(src="/js/plugins/metisMenu/jquery.metisMenu.js") script(src="/js/plugins/morris/raphael-2.1.0.min.js") script(src="/js/plugins/morris/morris.js") script(src="/js/sb-admin.js") script(src="/js/nodeserver.js")