2019-02-17 00:00:31 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>sarsoo/{% block title %}{% endblock %}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
2019-02-17 13:05:06 +00:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Megrim|Roboto" rel="stylesheet">
|
2019-02-17 00:00:31 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<h1 class="title">andy</h1>
|
|
|
|
</div>
|
|
|
|
<br><br>
|
|
|
|
<ul class="navbar">
|
|
|
|
<li><a href="/">home</a></li>
|
2019-02-17 13:05:06 +00:00
|
|
|
<li><a href="/dev">dev</a></li>
|
|
|
|
<li><a href="/art">art</a></li>
|
2019-02-17 10:04:54 +00:00
|
|
|
<li><a href="/music">music</a></li>
|
2019-02-17 00:00:31 +00:00
|
|
|
<li class="right"><a href="https://www.instagram.com/pack_it_in_/">art ig</a></li>
|
|
|
|
<li class="right"><a href="https://www.last.fm/user/sarsoo">last.fm</a></li>
|
|
|
|
<li class="right"><a href="https://github.com/sarsoo">github</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
{% block content %}{% endblock %}
|
2019-02-17 14:10:42 +00:00
|
|
|
<footer>
|
|
|
|
<a href="https://github.com/Sarsoo/sarsoo.xyz">view source code</a>
|
|
|
|
</footer>
|
2019-02-17 00:00:31 +00:00
|
|
|
</body>
|
|
|
|
</html>
|