modified: package.json
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
This commit is contained in:
13
s/index.tpl.html
Normal file
13
s/index.tpl.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!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>
|
Reference in New Issue
Block a user