Files
flask_url_shortener/tiny0/templates/layout.html
T

12 lines
215 B
HTML
Raw Normal View History

2020-07-18 16:40:51 +00:00
<!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>