2024-04-15 21:20:42 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>catgirls.mov</title>
|
|
|
|
<meta charset="UTF-8">
|
2024-04-15 23:12:27 +03:00
|
|
|
<meta name="description" content="Welcome to my tiny corner of the internet!">
|
2024-04-15 21:20:42 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="robots" content="noindex,nofollow">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
|
|
<header>
|
|
|
|
<h1>catgirls.mov</h1>
|
|
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<!-- Menu -->
|
|
|
|
<div class="menu">
|
|
|
|
<nav>
|
|
|
|
<a href="index.html" class="button">Home</a>
|
|
|
|
<a href="webmaster.html" class="button">Webmaster</a>
|
|
|
|
<a href="resources.html" class="button">Resources</a>
|
|
|
|
<a href="webrings.html" class="button">Webrings</a>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<!-- Page content -->
|
|
|
|
<div class="content">
|
|
|
|
<h2>Welcome to my tiny corner of the internet!</h2>
|
|
|
|
<br>
|
|
|
|
<h3>News</h3>
|
2024-04-15 22:34:19 +03:00
|
|
|
<p>「2024-04-15」Website's up</p>
|
2024-04-15 21:20:42 +03:00
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<!-- Footer -->
|
|
|
|
<footer>
|
|
|
|
<div>
|
|
|
|
<img style="width:88px;height:31px;" src="banners/cookiefree.gif" alt="Cookie-free">
|
|
|
|
<img style="width:88px;height:31px;" src="banners/javascript-zero.gif" alt="Proudly zero Javascript">
|
|
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|