implemented headline icons

This commit is contained in:
Jannik Menzel 2025-05-20 16:11:26 +02:00
parent 7e15d46684
commit 00b10cde25
57 changed files with 131 additions and 76 deletions

5
static/admin/config.yml Normal file
View file

@ -0,0 +1,5 @@
backend:
name: git-gateway
branch: main
media_folder: "static/images"
public_folder: "/images"

12
static/admin/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
<script src=""></script>
</head>
<body>
<script src=""></script>
</body>
</html>