sample url hidden.html

This commit is contained in:
Xevion
2019-06-29 23:32:03 -05:00
parent 3ac741041a
commit 29b59ceeba
4 changed files with 27 additions and 25 deletions

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -16,7 +16,7 @@ def strgen(length): return ''.join(
random.choices(list(string.ascii_letters), k=length))
@app.route('/api')
def apoi():
def api():
return 'fuckoff'
@app.route('/dashboard')

View File

@@ -13,9 +13,11 @@
</div>
</div>
<div class="card-image">
<a href="{{ image.real_url }}">
<figure class="image">
<img src="{{ image.url }}" alt="broken shit">
<img src="{{ image.sample_url }}" alt="broken shit">
</figure>
</a>
</div>
<div class="card-content">
<div class="content word-break">
@@ -27,7 +29,7 @@
</div>
{% endfor %}
</div>
<!-- Card Column Content -->
<!-- Card Column Content -->
</div>
</section>
{% endblock body %}