<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We create and deliver performace-based ad experiences to captivate, inspire and activate audiences at scale"/>
<link data-n-head="true" rel="icon" type="image/x-icon" href="app/img/favicon.ico"/>
<link rel="stylesheet" href="app/css/app.css"/>
<title>Demos | Azerion</title>
</head>
<body onload="sublimeDemos.handlePreview(); sublimeDemos.handlePreview.mobileSkinzOnDesktop(); sublimeDemos.utils.zoom(); sublimeDemos.utils.vueMenu();">
<header>
<a href="index.html" class="logo"></a>
<div class="menu">
<a v-bind:href="value" v-for="(value, key) in object" target="_blank">
{{ key }}
</a>
</div>
</header>
<div class="preview-content">
<div class="preview-content-zoom">
<div class="container">
<div class="title">Controls</div>
<button class="zoom-in">+</button>
<div class="zoom-value">1.0</div>
<button class="zoom-out">-</button>
</div>
<div class="container" style="float:right">
<div class="title">QR code</div>
<button class="generateQRCode" onclick="sublimeDemos.utils.generateQRCode()">Generate</button>
</div>
<div class="container">
<div id="qrcode"></div>
</div>
</div>
<div class="preview-site-mobile-on-desktop">
<iframe class="preview-iframe-mobile" src="app/iframe/mobile-mskinz.html" scrolling="yes"></iframe>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110385101-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110385101-1');
</script>
<script src="app/js/vue.js"></script>
<script src="app/js/qrcode.min.js"></script>
<script src="app/js/app.js"></script>
</body>
</html>