mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-23 10:39:20 +08:00
Move GAnlytics and remove GAds
This commit is contained in:
parent
b89324e9fc
commit
6141039522
33
public/chat.html
vendored
33
public/chat.html
vendored
@ -1,10 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=UA-162048272-1"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
|
||||||
|
gtag("js", new Date());
|
||||||
|
gtag("config", "UA-162048272-1");
|
||||||
|
</script>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Zipcall</title>
|
||||||
<title>ZipChat</title>
|
|
||||||
<link rel="shortcut icon" href="/images/logo.svg" />
|
<link rel="shortcut icon" href="/images/logo.svg" />
|
||||||
<link rel="stylesheet" href="../css/chat.css" />
|
<link rel="stylesheet" href="../css/chat.css" />
|
||||||
<link rel="stylesheet" href="../css/snackbar.css" />
|
<link rel="stylesheet" href="../css/snackbar.css" />
|
||||||
@ -22,21 +36,6 @@
|
|||||||
/>
|
/>
|
||||||
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
||||||
<meta property="og:url" content="https://zipcall.io/" />
|
<meta property="og:url" content="https://zipcall.io/" />
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
||||||
<script
|
|
||||||
async
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=UA-162048272-1"
|
|
||||||
></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
|
|
||||||
function gtag() {
|
|
||||||
dataLayer.push(arguments);
|
|
||||||
}
|
|
||||||
|
|
||||||
gtag("js", new Date());
|
|
||||||
gtag("config", "UA-162048272-1");
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body id="body" onresize="windowResized()">
|
<body id="body" onresize="windowResized()">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
36
public/landing.html
vendored
36
public/landing.html
vendored
@ -1,21 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
||||||
<title>Zipcall</title>
|
|
||||||
<link rel="stylesheet" href="css/landing.css" />
|
|
||||||
<link rel="shortcut icon" href="images/logo.svg" />
|
|
||||||
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Decentralized video
|
|
||||||
calling provides real-time HD quality and latency simply
|
|
||||||
not available with traditional technology."
|
|
||||||
/>
|
|
||||||
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
|
||||||
<meta property="og:url" content="https://zipcall.io/" />
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
@ -31,12 +16,21 @@
|
|||||||
gtag("js", new Date());
|
gtag("js", new Date());
|
||||||
gtag("config", "UA-162048272-1");
|
gtag("config", "UA-162048272-1");
|
||||||
</script>
|
</script>
|
||||||
<!-- Ads-->
|
<meta charset="utf-8" />
|
||||||
<script
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
data-ad-client="ca-pub-8506583860228957"
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
async
|
<title>Zipcall</title>
|
||||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
|
<link rel="stylesheet" href="css/landing.css" />
|
||||||
></script>
|
<link rel="shortcut icon" href="images/logo.svg" />
|
||||||
|
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Decentralized video
|
||||||
|
calling provides real-time HD quality and latency simply
|
||||||
|
not available with traditional technology."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
||||||
|
<meta property="og:url" content="https://zipcall.io/" />
|
||||||
</head>
|
</head>
|
||||||
<body class="has-animations">
|
<body class="has-animations">
|
||||||
<div class="body-wrap">
|
<div class="body-wrap">
|
||||||
|
36
public/newcall.html
vendored
36
public/newcall.html
vendored
@ -1,6 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=UA-162048272-1"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
|
||||||
|
gtag("js", new Date());
|
||||||
|
gtag("config", "UA-162048272-1");
|
||||||
|
</script>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
@ -17,27 +32,6 @@
|
|||||||
/>
|
/>
|
||||||
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
||||||
<meta property="og:url" content="https://zipcall.io/" />
|
<meta property="og:url" content="https://zipcall.io/" />
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
||||||
<script
|
|
||||||
async
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=UA-162048272-1"
|
|
||||||
></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
|
|
||||||
function gtag() {
|
|
||||||
dataLayer.push(arguments);
|
|
||||||
}
|
|
||||||
|
|
||||||
gtag("js", new Date());
|
|
||||||
gtag("config", "UA-162048272-1");
|
|
||||||
</script>
|
|
||||||
<!-- Ads-->
|
|
||||||
<script
|
|
||||||
data-ad-client="ca-pub-8506583860228957"
|
|
||||||
async
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
|
|
||||||
></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="has-animations">
|
<body class="has-animations">
|
||||||
<div class="body-wrap">
|
<div class="body-wrap">
|
||||||
|
30
public/notsupported.html
vendored
30
public/notsupported.html
vendored
@ -1,21 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
||||||
<title>Zipcall</title>
|
|
||||||
<link rel="stylesheet" href="css/landing.css" />
|
|
||||||
<link rel="shortcut icon" href="images/logo.svg" />
|
|
||||||
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Decentralized video
|
|
||||||
calling provides real-time HD quality and latency simply
|
|
||||||
not available with traditional technology."
|
|
||||||
/>
|
|
||||||
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
|
||||||
<meta property="og:url" content="https://zipcall.io/" />
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
@ -31,6 +16,21 @@
|
|||||||
gtag("js", new Date());
|
gtag("js", new Date());
|
||||||
gtag("config", "UA-162048272-1");
|
gtag("config", "UA-162048272-1");
|
||||||
</script>
|
</script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<title>Zipcall</title>
|
||||||
|
<link rel="stylesheet" href="css/landing.css" />
|
||||||
|
<link rel="shortcut icon" href="images/logo.svg" />
|
||||||
|
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Decentralized video
|
||||||
|
calling provides real-time HD quality and latency simply
|
||||||
|
not available with traditional technology."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
||||||
|
<meta property="og:url" content="https://zipcall.io/" />
|
||||||
</head>
|
</head>
|
||||||
<body class="has-animations">
|
<body class="has-animations">
|
||||||
<div class="body-wrap">
|
<div class="body-wrap">
|
||||||
|
30
public/notsupportedios.html
vendored
30
public/notsupportedios.html
vendored
@ -1,21 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="no-js">
|
<html lang="en" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
||||||
<title>Zipcall</title>
|
|
||||||
<link rel="stylesheet" href="css/landing.css" />
|
|
||||||
<link rel="shortcut icon" href="images/logo.svg" />
|
|
||||||
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="Decentralized video
|
|
||||||
calling provides real-time HD quality and latency simply
|
|
||||||
not available with traditional technology."
|
|
||||||
/>
|
|
||||||
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
|
||||||
<meta property="og:url" content="https://zipcall.io/" />
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
@ -31,6 +16,21 @@
|
|||||||
gtag("js", new Date());
|
gtag("js", new Date());
|
||||||
gtag("config", "UA-162048272-1");
|
gtag("config", "UA-162048272-1");
|
||||||
</script>
|
</script>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<title>Zipcall</title>
|
||||||
|
<link rel="stylesheet" href="css/landing.css" />
|
||||||
|
<link rel="shortcut icon" href="images/logo.svg" />
|
||||||
|
<meta property="og:title" content="Zipcall - Decentralized video calls" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Decentralized video
|
||||||
|
calling provides real-time HD quality and latency simply
|
||||||
|
not available with traditional technology."
|
||||||
|
/>
|
||||||
|
<meta property="og:image" content="https://zipcall.io/images/preview.png" />
|
||||||
|
<meta property="og:url" content="https://zipcall.io/" />
|
||||||
</head>
|
</head>
|
||||||
<body class="has-animations">
|
<body class="has-animations">
|
||||||
<div class="body-wrap">
|
<div class="body-wrap">
|
||||||
|
Loading…
Reference in New Issue
Block a user