Skip to content
Snippets Groups Projects
Unverified Commit 08213e61 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Adding icons to navigation buttons.

parent 11fa1d2f
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@
<body>
<header>
<a href="{{ url_for('openccg.index') }}" class="logo">Web OpenCCG</a>
<a href="{{ url_for('openccg.use') }}" class="button">API</a>
<a href="https://github.com/shoeffner/web-openccg" class="button">Source</a>
<a href="http://openccg.sourceforge.net/" class="button">OpenCCG</a>
<a href="{{ url_for('openccg.use') }}" class="button">API<span class="icon-help"></span></a>
<a href="https://github.com/shoeffner/web-openccg" class="button">Source<span class="icon-link"></span></a>
<a href="http://openccg.sourceforge.net/" class="button">OpenCCG<span class="icon-link"></span></a>
</header>
<div class="container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment