remove: obsolete HTML template processing system
- Remove index.html.template (template processing never implemented) - Fix empty title in index.html by adding proper default title - Update documentation to remove references to non-existent: - scripts/process-html.sh - predev/prebuild npm scripts - HTML template processing workflow - Simplifies build process and fixes broken page title
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title></title>
|
||||
<title>Medication Reminder</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
|
||||
Reference in New Issue
Block a user