new file: s/index.tpl.html new file: s/item.tpl.html new file: s/mp3.png new file: s/style.css modified: src/main.js
		
			
				
	
	
		
			13 lines
		
	
	
		
			373 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			373 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE blah>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>f0ck me!</title>
 | 
						|
  <link rel="stylesheet" type="text/css" href="./s/style.css">
 | 
						|
  <link rel="favicon" type="image/png" href="./s/faviconf0ck.png" />
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  {% for item in items %}
 | 
						|
    <div class="mrhankyisteinneger"><a href="./{{ item }}"><img src="./t/{{ item }}.png" /></a></div>
 | 
						|
  {% endfor %}
 | 
						|
</html>
 | 
						|
</body> |