Created
October 2, 2018 22:01
-
-
Save phildionne/f90737029755a8ee4fe50ef4e3dad3ee to your computer and use it in GitHub Desktop.
autotune debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>A</h1> | |
<a href="/">Home</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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