31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="/static/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#3ddf89">
|
|
<link rel="shortcut icon" href="/static/favicons/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#181833">
|
|
<meta name="msapplication-config" content="/static/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#3ddf89">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/scaling.css">
|
|
<link rel="stylesheet" type="text/css" href="/static/css/colors.css">
|
|
<link rel="stylesheet" type="text/css" href="/static/css/fonts.css">
|
|
<link rel="stylesheet" type="text/css" href="/static/css/theme.css">
|
|
|
|
{% block head %}
|
|
<title>qwik</title>
|
|
{% endblock %}
|
|
</head>
|
|
<body>
|
|
{% block body %}
|
|
<p>Hello World!</p>
|
|
{% endblock %}
|
|
</body>
|
|
</html> |