11 lines
369 B
HTML
11 lines
369 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %} | Labs{% endblock %}
|
|
|
|
{% block main %}
|
|
<div class="section">
|
|
<h2>Code</h2>
|
|
<p>You can find samples of my code on <a target="_blank" href="http://github.com/ianonavy">my GitHub</a> and <a target="_blank" href="https://git.ianonavy.com/public">my private Git server</a>.</p>
|
|
</div>
|
|
{% endblock main %}
|