mikl-blog/index.html
isogonalconguate 617fb35d7c changed text
2026-05-03 17:35:03 +03:00

39 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mikl</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: #E9E9E7;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
background-blend-mode: soft-light;
opacity: 0.97;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
.message {
font-size: 1.2rem;
color: #1a1a1a;
text-align: center;
padding: 2rem;
line-height: 1.6;
}
</style>
</head>
<body>
<p class="message">сейчас тут ничего нет, но скоро что-то будет.</p>
</body>
</html>