From 6a65d4a50063fc81189e3fbbbdfa1513183b4779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Sat, 8 Jul 2023 17:45:25 +0900 Subject: [PATCH] add gitkeep --- server/server/templates/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 server/server/templates/index.html diff --git a/server/server/templates/index.html b/server/server/templates/index.html new file mode 100644 index 00000000..c84fa14b --- /dev/null +++ b/server/server/templates/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <link rel="icon" href="/static/favicon.ico"> + <link rel="stylesheet" href="https://styleguide.pirati.cz/2.12.x/css/styles.css"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>GenerĂ¡tor grafiky</title> + <script type="module" crossorigin src="/static/index-21610baa.js"></script> + <link rel="stylesheet" href="/static/index-ba72a822.css"> + </head> + <body> + <div id="app"></div> + + </body> +</html> -- GitLab