mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-12 16:24:00 +02:00
build
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
|
||||
|
||||
<style>
|
||||
@@ -56,8 +56,8 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script defer src="vendor.js"></script><script defer src="script.js"></script>
|
||||
<body>
|
||||
<script defer src="vendor.js"></script><script defer src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user