You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
776 B
24 lines
776 B
6 months ago
|
<!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/[email protected]/build/three.module.js",
|
||
|
"three/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/",
|
||
|
"three/src/": "https://cdn.jsdelivr.net/npm/[email protected]/src/",
|
||
|
"three/examples/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/"
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body id="scroll">
|
||
|
{% block content %}
|
||
|
{% endblock %}
|
||
|
</body>
|
||
|
</html>
|