15 lines
314 B
HTML
15 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
|
|
|
|
<title>tiny0 - Custom URL Shortener</title>
|
|
</head>
|
|
|
|
{% block body %}{% endblock %}
|
|
|
|
</html>
|