7 lines
376 B
HTML
7 lines
376 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<img id="cc-logo" src="/img/cup.svg">
|
|
<h1>ClojureCup 2015 entry</h1>
|
|
<p>You can find me on Twitter: <a href="https://twitter.com/fu86">@fu86</a></p>
|
|
<p>The cource code of this application is located at GitHub: <a href="https://github.com/f0086/clojurecup2015-mailhead">f0086/clojurecup2015-mailhead</a></p>
|
|
{% endblock %}
|