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
mason-today-web
Commits
e7f1b621
Commit
e7f1b621
authored
Apr 27, 2018
by
Landon DeCoito
Browse files
added a templates directory for HTML files. BONUS: added an html file for the default site screen
parent
d09a0594
Changes
1
Hide whitespace changes
Inline
Side-by-side
mason-today/templates/welcomepage.html
0 → 100644
View file @
e7f1b621
<!doctype html>
<html>
<title>
MasonToday API
</title>
<body>
<h1>
MasonToday API
</h1>
<p>
We have two APIs available, pulled from two different sources of GMU events:
<ul>
<li>
Get Connected:
<a
href=
"/api/getconnected"
>
masontoday.gmu.io/api/getconnected
</a></li>
<li>
25 Live:
<a
href=
"/api/25live"
>
masontoday.gmu.io/api/25live
</a></li>
</ul>
</p>
<p>
Welcome to the API for MasonToday, courtesy of Student Run Computing and Technology! If you'd like, you can find the source code at the GMU Gitlab,
<a
href=
"https://git.gmu.edu/srct/mason-today-web"
>
https://git.gmu.edu/srct/mason-today-web
</a>
</p>
</body>
</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