catmpeg.github.io/404.html
2025-01-26 12:20:10 +03:00

32 lines
No EOL
944 B
HTML

<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Личная страница semkapc">
<title>semkapc Page</title>
<link rel="icon" href="favicon.jpg">
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet'>
<style>
body {
font-family: 'Ubuntu';font-size: 16px;
}
</style>
</head>
<header>
<marquee>Слава Internet Explorer и Netscape!</marquee>
<div id="id_clock"></div>
</header>
<br>
<br>
<br>
<main>
<script>digitalClock();</script>
<h1>404 Not Found</h1>
<br>
<h1><a href="//semkapc.github.io">Главная страница</a></h1>
<br>
<br>
<script src="../script.js"></script>
</main>
</html>