Files
kotya/yespage.htm
2020-04-30 19:41:57 +03:00

32 lines
581 B
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.

<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="ru">
<head>
<link rel="stylesheet" href="css/yespage.css">
<link href="https://fonts.googleapis.com/css?family=Pattaya&display=swap" rel="stylesheet">
<title>Да, ты Котя</title>
</head>
<body>
<div class="yesimg">
<div class="zadanie">
<div class="zad__row_img">
<div class="image_col">
<img src="img/love2.jpg"">
</div>
</div>
<div class="zad__row_text">
<div class="text_col">
<h1>ТЬМООООООК</h1>
</div>
</div>
</div>
</div>
</body>
</html>