catmpeg.github.io/index.html

52 lines
2.8 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 - Main</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>Добро пожаловать на страницу semkapc</h1>
<nav>
<a href="games.html"><img width="64" src="images/flashpla.svg" style="border-radius: 50%; height: 64px; object-fit: cover; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.45);" alt="Игры"></a><br>
<a href="chat.html"><img width="64" src="images/chat.png" alt="Чат"></a><br>
<a href="soft.html"><img width="64" src="images/programs.png" alt="Программы"></a><br>
<a href="info.html"><img width="64" src="images/Information.png" alt="Информация обо мне и об сайте"></a>
</nav>
<section id="contacts">
<h2>Мои контакты:</h2>
<ul>
<li>Discord: <a href="//discord.com/users/1109535211177386060" target="_blank" rel="noopener noreferrer">wolxd_</a></li>
<li>Telegram: <a href="//t.me/semkapc" target="_blank" rel="noopener noreferrer">semkapc</a></li>
<li>Github: <a href="//github.com/semkapc" target="_blank" rel="noopener noreferrer">semkapc</a></li>
</ul>
</section>
<footer>
<a href="//gamma-world.eu" target="_blank" rel="noopener noreferrer"><img src="images/gw.png" width="88" height="31" alt="Gamma World"></a><br>
<a href="//kernel.org/" target="_blank" rel="noopener noreferrer"><img src="images/linuxnow.gif" alt="Linux"></a><br>
<a href="//patrickstar8753.github.io/" target="_blank" rel="noopener noreferrer"><img src="images/buttoncat.png" width="88" height="31" alt="Cat. Page"></a><br>
<a href="//honakac.github.io/" target="_blank" rel="noopener noreferrer"><img src="images/R2GeniusIcon.png" width="88" height="31" alt="HonakAC Page"></a><br>
</footer>
</main>
</div>
<script src="script.js"></script>
</body>
</html>