Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srct.gmu.io
Commits
d60bd6e8
Commit
d60bd6e8
authored
Jan 04, 2014
by
Daniel W Bond
Browse files
added css, js links in index
parent
12d5a4ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/templates/base.html
View file @
d60bd6e8
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<title>
<title>
<link
href=
"/static/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/css/bootstrap-theme.min.css"
rel=
"stylesheet"
>
{% block title %}
{% block title %}
{% endblock %}
{% endblock %}
</title>
</title>
...
@@ -8,5 +10,7 @@
...
@@ -8,5 +10,7 @@
<body>
<body>
{% block content %}
{% block content %}
{% endblock %}
{% endblock %}
<script
src=
"/static/js/jquery-2.0.3.min.js"
>
<
script
src
=
"
/static/js/bootstrap.min.js
"
>
<
/body
>
<
/body
>
<
/html
>
<
/html
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment