feat templatize index.html

main
mandlm 2023-10-04 17:07:43 +02:00
parent 34c144e858
commit 9b272c77a6
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
<head>
<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="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.js"></script>