add initial project for frontend
Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{% extends 'layouts/main.njk' %}
|
||||
|
||||
{% set title='TESOFT - Home' %}
|
||||
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="/src/styles/index.css">
|
||||
{% endblock %}
|
||||
|
||||
{% block sources %}
|
||||
<script src="/src/scripts/index.ts" type="module"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block components %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user