4chan-x/template.jst

21 lines
581 B
Plaintext

<!doctype html>
<html><head>
<meta charset="utf-8">
<title>4chan X</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
}
</style>
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
</head><body>
<%= content %>
<script>
var link = document.querySelector('a[href="https://chrome.google.com/webstore/detail/4chan-x/ohnjgmpcibpbafdlkimncjhflgedgpam"]');
link.addEventListener('click', function() {
chrome.webstore.install();
}, false);
</script>
</body></html>