website for beta festival 2024
 
 
 
 

23 lines
776 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beta Festival 2024 | {% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@v0.164.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/jsm/",
"three/src/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/src/",
"three/examples/": "https://cdn.jsdelivr.net/npm/three@v0.164.0/examples/"
}
}
</script>
</head>
<body id="scroll">
{% block content %}
{% endblock %}
</body>
</html>