forked from internetbuilder/zipppit_officiel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
zippytraffic.html
34 lines (27 loc) · 1.26 KB
/
zippytraffic.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<title>Edit ZippyTraffic - OnlyHack</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="files/codebase/suite.js"></script>
<link rel="stylesheet" href="files/codebase/suite.css">
<link rel="stylesheet" href="files/index.css">
<link rel="stylesheet" href="files/popup.css">
<script src='files/menu.js'></script>
<script src='waxjs.js'></script>
<script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=62cf506ab6b056001a4f90c2&product=image-share-buttons' async='async'></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5V1RG70PWD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5V1RG70PWD');
</script>
</head>
<body>
<center>
<div class="container">
xxx - xxx - xxx
<iframe name="iframe" class="reponsive-iframe" src="https://stackblitz.com/edit/zippytraffic?embed=1&file=src/index.html" width="100%" height="100%"></iframe>
</div>
</body>
</html>