Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicholas J Anderson
whats-open
Commits
fdc03f8a
Commit
fdc03f8a
authored
Oct 15, 2013
by
Renfred Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly position head tag
parent
c38b6771
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
whats_open/templates/base.html
whats_open/templates/base.html
+12
-13
No files found.
whats_open/templates/base.html
View file @
fdc03f8a
<html>
{% block head %}
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"{{ STATIC_URL }}css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ STATIC_URL }}css/style.css"
rel=
"stylesheet"
>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://www.datejs.com/build/date.js"
></script>
<script
src=
"{{ STATIC_URL }}js/bootstrap.min.js"
></script>
<script
src=
"{{ STATIC_URL }}js/grid.js"
></script>
<script
src=
"{{ STATIC_URL }}js/typeAhead.js"
></script>
<script
src=
"{{ STATIC_URL }}js/info.js"
></script>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}/img/gmu-logo.ico"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
"{{ STATIC_URL }}css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ STATIC_URL }}css/style.css"
rel=
"stylesheet"
>
<script
src=
"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"
></script>
<script
src=
"//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://www.datejs.com/build/date.js"
></script>
<script
src=
"{{ STATIC_URL }}js/bootstrap.min.js"
></script>
<script
src=
"{{ STATIC_URL }}js/grid.js"
></script>
<script
src=
"{{ STATIC_URL }}js/typeAhead.js"
></script>
<script
src=
"{{ STATIC_URL }}js/info.js"
></script>
<link
rel=
"icon"
href=
"{{ STATIC_URL }}/img/gmu-logo.ico"
>
{% block title %}
<title>
What's Open
...
...
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