feat templatize index.html

This commit is contained in:
Michael Mandl 2023-10-04 17:07:43 +02:00
parent 34c144e858
commit 9b272c77a6
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -3,11 +3,11 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="description" content="Leptonic" /> <meta name="description" content="{{ project-name }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#e66956" /> <meta name="theme-color" content="#e66956" />
<title>Leptonic</title> <title>{{ project-name }}</title>
<script type="module" src="/js/tiptap-bundle.min.js"></script> <script type="module" src="/js/tiptap-bundle.min.js"></script>
<script type="module" src="/js/tiptap.js"></script> <script type="module" src="/js/tiptap.js"></script>