You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
HTML
62 lines
1.5 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Markdown Folders</title>
|
|
<style>
|
|
/* CSS styling goes here */
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
|
|
<div class="column">
|
|
<div class="folder">
|
|
<h2>1_situation</h2>
|
|
<ul>
|
|
|
|
<li>
|
|
<h3>fastnotes.md</h3>
|
|
<div># for fast notes
|
|
![captiontext](img.jpg)</div>
|
|
</li>
|
|
|
|
<li>
|
|
<h3>transportable.md</h3>
|
|
<div></div>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="column">
|
|
<div class="folder">
|
|
<h2>2_binding</h2>
|
|
<ul>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="column">
|
|
<div class="folder">
|
|
<h2>3_paperformat</h2>
|
|
<ul>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="column">
|
|
<div class="folder">
|
|
<h2>4_add_ons</h2>
|
|
<ul>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |