1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-13 16:53:58 +02:00
This commit is contained in:
Kushagra Gour
2019-01-28 20:57:43 +05:30
parent 2a4e555f57
commit 3261e74660
16 changed files with 101180 additions and 30 deletions

View File

@@ -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>