Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created September 18, 2019 00:35
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 topherPedersen/ac23ee71eb6bc323f18d5e40c677f936 to your computer and use it in GitHub Desktop.
Save topherPedersen/ac23ee71eb6bc323f18d5e40c677f936 to your computer and use it in GitHub Desktop.
Turbolinks Demo Page 1
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js"></script>
<style>
body {
background-color: blue;
}
a {
color: white;
}
</style>
</head>
<body>
<button onclick="Turbolinks.visit('mylink.html');">click me</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment