We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609e943 + 16e344d commit f415428Copy full SHA for f415428
nbgitpuller/templates/page.html
@@ -5,7 +5,9 @@
5
<meta charset="utf-8">
6
<title>{% block title %}Jupyter Server{% endblock %}</title>
7
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{ static_url("favicon.ico") }}">{% endblock %}
8
- <link rel="stylesheet" href="{{static_url("style/style.min.css") }}" />
+ <link rel="stylesheet" href="{{static_url("style/bootstrap.min.css") }}" />
9
+ <link rel="stylesheet" href="{{static_url("style/bootstrap-theme.min.css") }}" />
10
+ <link rel="stylesheet" href="{{static_url("style/index.css") }}" />
11
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
12
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13
0 commit comments