catmpeg.github.io/chat.html
PatrickStar8753 eb4d93fae4 Redesigngsdfsd
2025-03-09 18:08:32 +07:00

32 lines
No EOL
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE 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="/images/favicon.jpg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="terminal">
<p style="color: rgb(5, 245, 229)">Welcome to semkapc Page!</p>
</div>
<div id="content">
<header>
<div id="id_clock">00:00:00</div>
</header>
<br>
<br>
<br>
<main>
<h1>Чат</h1>
<a href="/">Обратно на домашнюю страницу</a>
<iframe width="100%" height="400" src="//semka.w10.site/cgi-bin/chat"></iframe>
<h2>Внимание!</h2>
<p>Если у вас не работает чат, проверьте адрес сайта. iframe работает через http, нужно чтобы вы тоже заходили через http.</p>
</main>
</div>
<script src="/script.js"></script>
</body>
</html>