bl791's picture
download
raw
963 Bytes
<!DOCTYPE html>
<html>
<!--
Created with Squiffy 5.1.3
https://github.com/textadventures/squiffy
-->
<head>
<title>Enveloping Darkness</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="jquery.min.js"></script>
<script src="story.js" charset="UTF-8"></script>
<script>
jQuery(function($){
$('#squiffy').squiffy();
var restart = function () {
$('#squiffy').squiffy('restart');
};
$('#restart').click(restart);
$('#restart').keypress(function (e) {
if (e.which !== 13) return;
restart();
});
});
</script>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="squiffy-container">
<div id="squiffy-header">
<a class="squiffy-header-link" id="restart" tabindex="0">Restart</a>
</div>
<div id="squiffy">
</div>
</div>
</body>
</html>

Xet Storage Details

Size:
963 Bytes
·
Xet hash:
6259bbb7cca2dd301d006956cabfc9eda09dfdf357c11e98baf151b050523793

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.