playroom/source/index.html

29 lines
No EOL
1.1 KiB
HTML
Raw Permalink 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.

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Игровая Студии Зажгина</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg" />
</head>
<body>
<div id="site" class="black">
<div class="header">
<img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»" />
</div>
<div class="info">
<b>Единый проход на сервера опен-сорс игр с регулярным тусейшеном и ахуенными плагинами <big>ヾ(⌐■_■)ノ♪</big></b>
</div>
<div class="footer">
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
</div>
</div>
<script src="script.js"></script>
</body>
</html>