2020-07-18 16:40:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2020-07-18 23:39:18 +00:00
|
|
|
<meta charset="utf-8">
|
2020-07-19 16:51:54 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2020-07-18 23:39:18 +00:00
|
|
|
|
2020-07-18 16:40:51 +00:00
|
|
|
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
|
|
|
|
|
|
|
|
|
|
<title>tiny0 - Custom URL Shortener</title>
|
|
|
|
|
</head>
|
2020-07-19 17:36:21 +00:00
|
|
|
|
2020-07-19 21:52:15 +00:00
|
|
|
<div id="page-container">
|
|
|
|
|
<div id="content-wrap">
|
2020-07-20 14:09:03 +00:00
|
|
|
{% block body %}{% endblock %}
|
2020-07-19 21:52:15 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<ul class="footer-list">
|
|
|
|
|
<li>© 2020 Muhammed Ali Dilek</li>
|
|
|
|
|
<li><a href="https://github.com/xemeds" target="_blank">GitHub</a></p></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</footer>
|
2020-07-18 16:40:51 +00:00
|
|
|
</html>
|