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)) random.choices(list(string.ascii_letters), k=length))
@app.route('/api') @app.route('/api')
def apoi(): def api():
return 'fuckoff' return 'fuckoff'
@app.route('/dashboard') @app.route('/dashboard')

View File

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