small improvment to placeholder html
This commit is contained in:
parent
4eef509a74
commit
afa2f4c578
@ -1,15 +1,23 @@
|
|||||||
<pre>Write some test HTML here</pre>
|
<h2>Write some test HTML here</h2>
|
||||||
<div id="folder" class="dir"><a href='example'>example folder</a></div>
|
|
||||||
|
<div id="folder" class="dir">
|
||||||
|
<a href='example'>example folder</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="willemdekooning-logo" class="png">
|
<div id="willemdekooning-logo" class="png">
|
||||||
<figure>
|
<figure>
|
||||||
<img class="image" src="https://www.wdka.nl/build/img/willemdekooning-logo.png">
|
<img class="image" src="https://www.wdka.nl/build/img/willemdekooning-logo.png">
|
||||||
<figcaption>logo.png</figcaption>
|
<figcaption>logo.png</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="example_video" class="mp4">
|
<div id="example_video" class="mp4">
|
||||||
<video controls>
|
<video controls>
|
||||||
<source src="example_video.mp4">
|
<source src="example_video.mp4">
|
||||||
</video>
|
</video>
|
||||||
<span class="filename">example_video.mp4</span>
|
<span class="filename">example_video.mp4</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="unknown.file" class="plain unkown-file"><a href='unknown.file'>unknown.file</a></div>
|
|
||||||
|
<div id="unknown.file" class="plain unkown-file">
|
||||||
|
<a href='unknown.file'>unknown.file</a>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user