Skip to content

Instantly share code, notes, and snippets.

@bright-spark
Last active December 10, 2016 10:15
Show Gist options
  • Select an option

  • Save bright-spark/598727f4e3ae248c3749a14ff161cdd6 to your computer and use it in GitHub Desktop.

Select an option

Save bright-spark/598727f4e3ae248c3749a14ff161cdd6 to your computer and use it in GitHub Desktop.
FLEXI-FLUX Minimal Template
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="flexi-flux webapp">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=no">
<style>
html {
-webkit-text-size-adjust: 100%;
}
body {
background-color: rgb(41, 41, 41);
margin: 8px;
display: block;
}
html, body, div, iframe {
margin:0;
padding:0;
height:100%;
}
iframe {
display:block;
width:100%;
border:none;
}
</style>
</head>
<body>
<div>
<iframe src="http://love.audiogear.mobi/?skipLanding=True&device=1&preview=Ip" name="flexi-flux"></iframe>
</div>
</body>
</html>
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-71845920-2"]);
_gaq.push(["_trackPageview"]);
window._gaq = _gaq;
(function() {
var ga = document.createElement("script");
ga.type = "text/javascript";
ga.async = true;
ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
undefined
<script src="http://fast.eager.io/ZQRteOqVCW.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment