41 lines
954 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Gallery</title>
<link href="https://pub.dm1sh.ru/@dm1sh" rel="me">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<a href="/" id="logo">&#9632</a>
<!-- <a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>
<main>
<h1>Gallery</h1>
<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>