This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
uwu-me/templates/index.html

21 lines
668 B
HTML
Raw Normal View History

2020-03-01 18:53:42 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link rel="stylesheet" type="text/css" href="static/css/index.css" />
<script type="text/javascript" src="static/js/index.js"></script>
</head>
<body class="grey darken-4">
<title>UwU Me!</title>
<div class="container">
{% block homepage_header %}{% endblock %}
{% block homepage_info %}{% endblock %}
</div>
</body>
</html>