mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-08 12:09:01 -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))
|
||||
|
||||
@app.route('/api')
|
||||
def apoi():
|
||||
def api():
|
||||
return 'fuckoff'
|
||||
|
||||
@app.route('/dashboard')
|
||||
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user