mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
gwa gwa
This commit is contained in:
parent
98adc6af4a
commit
4279ebed00
11 changed files with 980 additions and 0 deletions
16
templates/image.html
Normal file
16
templates/image.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block content %}
|
||||
<header>
|
||||
<img src="/file/{{ fileName }}" alt="leaves"/>
|
||||
<span></span>
|
||||
</header>
|
||||
<div class="app">
|
||||
<div class="image__container">
|
||||
<img class="image__item" src="/file/{{ fileName }}" onload="imgFade(this)" style="display:none;"/>
|
||||
</div>
|
||||
<div class="image__info">
|
||||
<h2>{{ fileName }}</h2>
|
||||
<p>{{ id }}</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue