|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"><head> |
| 3 | +<head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Node-RED{% if page.title %} : {{ page.title }}{% endif %}</title> |
| 7 | + <!-- BOOTSTRAPS --> |
| 8 | + <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'> |
| 9 | + <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> |
| 10 | + <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"> |
| 11 | + <link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
| 12 | + <link href="/bootstrap/css/bootstrap.slate.min.css" rel="stylesheet" media="screen"> |
| 13 | + <link href="/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen"> |
| 14 | + <!-- |
| 15 | + <link href="http://bootstrapstyler.com/preview/_/adaptive/css/styler/theme.css" rel="stylesheet"> |
| 16 | + <link href="http://bootstrapstyler.com/preview/_/adaptive/css/styler/theme-responsive-767.css" rel="stylesheet"> |
| 17 | + <link href="http://bootstrapstyler.com/preview/_/adaptive/css/styler/theme-responsive-768-979.css" rel="stylesheet"> |
| 18 | + --> |
| 19 | + |
| 20 | + <link href="/css/style.css" rel="stylesheet" media="screen"> |
| 21 | +</head> |
| 22 | +<body> |
| 23 | + <div class="navbar navbar-inverse navbar-fixed-top shadow"> |
| 24 | + <div class="navbar-inner"> |
| 25 | + <div class="container"> |
| 26 | + <!-- |
| 27 | + <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
| 28 | + <span class="icon-bar"></span> |
| 29 | + <span class="icon-bar"></span> |
| 30 | + <span class="icon-bar"></span> |
| 31 | + </button> |
| 32 | + --> |
| 33 | + <a class="brand" href="/"><img src="/node-red.png"> Node-RED</a> |
| 34 | + <!-- |
| 35 | + <div class="nav-collapse collapse pull-right"> |
| 36 | + <ul class="nav"> |
| 37 | + <li><a href="getting-started.html">getting started</a></li> |
| 38 | + <li><a href="#contact">download</a></li> |
| 39 | + <li><a href="#contact">documentation</a></li> |
| 40 | + </ul> |
| 41 | + </div> |
| 42 | + --> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </div> |
0 commit comments