feat templatize index.html
parent
34c144e858
commit
9b272c77a6
|
@ -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>
|
Loading…
Reference in New Issue