blob: 255150f1e522357ea7554b32894abb0c15a56031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/titleScrambler.js"></script>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<link href="main.css" />
<script type="text/javascript" src="js/main.js"> </script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/gallery_isotope_config.js?v=3"></script>
<script type="text/javascript" src="/js/ZeroClipboard.js"></script>
<script type="text/javascript" src="http://asdf.us/js/pbembed.js"></script>
<script type="text/javascript">
<body>
<div id='nextpage'>
<a href='/im/'>editor</a> | <a id="newer">← newer</a> | <a href='?random=1'>random</a> | <a id="older">older →</a>
</div>
</body>
</html>
|