Files
flask_url_shortener/tiny0/templates/layout.html
T

15 lines
314 B
HTML
Raw Normal View History

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>
{% block body %}{% endblock %}
2020-07-18 16:40:51 +00:00
</html>