Skip to content

Instantly share code, notes, and snippets.

@phildionne
Created October 2, 2018 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phildionne/f90737029755a8ee4fe50ef4e3dad3ee to your computer and use it in GitHub Desktop.
Save phildionne/f90737029755a8ee4fe50ef4e3dad3ee to your computer and use it in GitHub Desktop.
autotune debug
<h1>A</h1>
<a href="/">Home</a>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js"></script>
<script src="https://s3.us-east-2.amazonaws.com/js.autotune.xyz/xxxxxxx.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
window.Turbolinks.start()
})
</script>
</head>
<body>
<autotune experiment="blurb">
<p option="option-1">option 1</p>
<p option="option-2">option 2</p>
</autotune>
<a href="#" data-autotune data-experiment="blurb">Go</a>
<a href="a.html">A</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment