|
|
@ -6,7 +6,7 @@ html |
|
|
|
|
|
|
|
link(rel="stylesheet", href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css", integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4", crossorigin="anonymous") |
|
|
|
link(rel="stylesheet", href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css") |
|
|
|
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Lato|Open+Sans|Cousine") |
|
|
|
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Lato|Open+Sans|Cousine|Ubuntu") |
|
|
|
link(rel="stylesheet", href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css") |
|
|
|
link(rel='stylesheet', href='/css/styling.css') |
|
|
|
|
|
|
@ -54,7 +54,7 @@ html |
|
|
|
span(class="input-group-btn") |
|
|
|
input(type="submit", class="btn btn-primary", value="Search") |
|
|
|
|
|
|
|
div(class="container mb-4", style="margin-top: -1.0rem;") |
|
|
|
div(id="sub-menu", class="container mb-4", style="margin-top: -1.0rem;") |
|
|
|
ul(class="nav") |
|
|
|
li(class="nav-item") |
|
|
|
a(href="/rpc-browser", class="nav-link") RPC Browser |
|
|
|