zip-editor / index.html
soiz1's picture
Update index.html
ca6a203 verified
raw
history blame contribute delete
824 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="https://zipadee.vercel.app/">
<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">
<script defer="defer" src="js/main.a8c85a887cbc66bdad38.js"></script>
</head>
<body>
<div id="root"></div>
<noscript>Please enable JavaScript to use this application.</noscript>
</body>
</html>