Files
flask_url_shortener/tiny0/templates/layout.html
T
2020-07-18 16:40:51 +00:00

12 lines
215 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
<title>tiny0 - Custom URL Shortener</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>