Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<html>
<body>
<script>
onpageshow = function(e) {
document.documentElement.setAttribute("persisted", e.persisted);
};
</script>
</body>
</html>