21 lines
		
	
	
		
			666 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			666 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE blah>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>f0ck me!</title>
 | 
						|
  <link rel="icon" type="image/gif" href="./s/favicon.gif" />
 | 
						|
  <link rel="stylesheet" type="text/css" href="./s/test.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <div class="body">
 | 
						|
    <div id="posts" data-last="{{ last }}">
 | 
						|
      {% for item in items %}
 | 
						|
        <a href="./{{ item.id }}" title="{{ item.mime }}"><img class="thumb" src="//f0ck.me/t/{{ item.id }}.png" /></a>
 | 
						|
      {% endfor %}
 | 
						|
    </div>
 | 
						|
    <div class="clear"></div>
 | 
						|
  </div>
 | 
						|
  <div style="position: fixed; top:0;right:0" id="debug"></div>
 | 
						|
  <script src="./s/jquery-3.1.0.min.js"></script>
 | 
						|
  <script src="./s/test.js"></script>
 | 
						|
</body>
 | 
						|
</html> |