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
Nathan R Lapierre
advisor
Commits
02ad1cfb
Commit
02ad1cfb
authored
Jan 30, 2014
by
Daniel W Bond
Browse files
created api templates directoty and information page
parent
6c6e0827
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/api/templates/api.html
0 → 100644
View file @
02ad1cfb
{% extends 'layouts/base.html' %}
{% block title %}
GMU Advisor | API
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1>
Advisor's API
</h1>
</div>
</div>
</div>
<p>
Through the Advisor API, you can access...
</p>
<p>
Course information
</p>
<p>
Program information
</p>
{% endblock %}
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