Added gallery site section and automatic directory scanning. Fixed some memory errors, removed obsolete logs

This commit is contained in:
Dm1tr1y147
2020-07-28 06:06:00 +05:00
parent fd6007b22b
commit 21f5a392fa
19 changed files with 388 additions and 33 deletions

View File

@@ -12,11 +12,28 @@
<body>
<header>
<a href="/" id="logo"><img src="./logo.png" alt="logo" /></a>
<a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a>
<a href="/" id="logo"><img src="/logo.png" alt="logo" /></a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>
<h1>Work in porgress</h1>
<main>
<p>Heare are some of my photos.</p>
%s
</main>
<style>
summary h2 {
display: inline;
}
details>ul img {
margin-bottom: 30px;
}
details>ul li {
list-style-type: none;
display: inline;
}
</style>
</body>
</html>