14 lines
366 B
HTML
14 lines
366 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>This annotated source has moved to <a href="examples/backbone.localStorage.html">examples/backbone.localStorage.html</a>. You will be automatically redirected in two seconds.</p>
|
|
<script>
|
|
setTimeout(function() {
|
|
location = 'examples/backbone.localStorage.html';
|
|
}, 2000);
|
|
</script>
|
|
</body>
|
|
</html>
|