mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-18 22:43:12 +00:00
Start work on editor
This commit is contained in:
parent
e362fb7797
commit
4d9bb3de39
3 changed files with 17 additions and 7 deletions
8
DV8-Expo/website/templates/editor.html
Normal file
8
DV8-Expo/website/templates/editor.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
{% block background %}{{ url_for('static', filename='images/default.jpg') }}{% endblock %}
|
||||
{% block content %}
|
||||
<header>
|
||||
<h1>{{ game.name }}</h1>
|
||||
<p>Editor</p>
|
||||
</header>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue