Skip to content
Snippets Groups Projects
Commit 99b52000 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Added credit text at bottom of frontend.

parent b3f48cb6
No related branches found
No related tags found
No related merge requests found
......@@ -122,3 +122,14 @@ body {
padding: 0 !important;
}
*/
#credits {
clear both;
left: 0;
right: 0;
bottom: 0;
position: fixed;
font-size: 10px;
color: #666;
text-align: center;
}
......@@ -22,6 +22,12 @@
<div class="label">Math view</div>
</div>
<div id="credits">Idea and feedback by <a
href="http://homepages.cwi.nl/~apt/" target=_window>Prof.dr.
K.R. Apt</a>, implementation by Taddeüs Kroes and <a
href="http://smvv.kompiler.org" target=_window>Sander van
Veen</a>. </div>
<script type="text/javascript" src="/static/frontend/js/editor.js"></script>
</body>
</html>
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