mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-09 04:09:06 -06:00
sample url hidden.html
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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')
|
||||||
|
|||||||
@@ -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 %}
|
||||||
Reference in New Issue
Block a user