Skip to content

Commit 16e344d

Browse files
Update style sheet includes in page.html
1 parent 9e317a9 commit 16e344d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nbgitpuller/templates/page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<meta charset="utf-8">
66
<title>{% block title %}Jupyter Server{% endblock %}</title>
77
{% 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") }}" />
8+
<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") }}" />
911
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1012
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1113

0 commit comments

Comments
 (0)