18 lines
572 B
HTML
18 lines
572 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="/css/picnic.min.css">
|
|
<link rel="stylesheet" href="/css/rome.css">
|
|
<link rel="stylesheet" href="/css/simplemde.min.css">
|
|
<title>{% block title %}{% endblock %}</title>
|
|
</head>
|
|
<body>
|
|
<script src="/js/landing.js"></script>
|
|
|
|
<script></script>
|
|
</body>
|
|
</html>
|