zip-editor / index.html
soiz1's picture
Update index.html
9fcbd4d verified
raw
history blame
986 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="https://zipadee.vercel.app/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="View or edit the contents of a ZIP file">
<meta name="theme-color" content="#ffffff">
<title>Zipadee</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143268750-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-143268750-2');
</script>
<link rel="manifest" href="/manifest.json">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico">
<script defer="defer" src="js.js"></script>
</head>
<body>
<div id="root"></div>
<noscript>Please enable JavaScript to use this application.</noscript>
</body>
</html>