<DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>College local site raised on nginx</title>
</head>
<body style="background-image: url('https://avatars.mds.yandex.net/i?id=b932b68ac8f514ebd6d1e247bff8869cbc7536da-5911222-images-thumbs&n=13'); background-size: cover;">
<h1 style="margin: 0px 40px; text-shadow: -4px 2px 0px red, -8px 1px 0px pink, -12px 0px 0px yellow, -16px -1px 0px cyan, -20px -2px 0px green, -24px -1px 0px blue, -28px 0px 0px orange, -32px 1px 0px purple;">Hello there!</h1>
<p style="background-color: linear-gradient(90deg, #e00000,#ff00ae,#335fd6,#71afd6,#5aa054);">This site is provided by the nginx local server</p>
<details style="background-color: gray; border-radius: 10px; padding: 10px 20px; cursor: pointer; box-shadow: inset 5px -5px 8px rgba(0,0,0,0.55), inset -5px 5px 8px rgba(255,255,255,0.55), 0px 0px 20px black;">
<summary>Some info</summary>
<ul style="cursor: default;">
<li>It is running under <b>Debian11 virtual machine</b></li>
<li>Promoted under the <b>PNET local network</b></li>
<li>Uses <b>dnsmasq</b> for <i>resolving</i></li>
</ul>
</body>
<footer style="background-color: black; border-radius: 20px; color: white; text-align: center; padding: 5px 0px; cursor: help; box-shadow: inset 0px 2px 3px rgba(255,255,255,0.75), 0px 0px 20px black;">
Made by <b>Atey Zoloev</b>
</footer>
</html>