-
Notifications
You must be signed in to change notification settings - Fork 0
/
russian.html
38 lines (38 loc) · 1.64 KB
/
russian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>HeartBank®</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="logo.png">
<link rel="stylesheet" href="russian.css" media="(min-width: 480px)">
<link rel="stylesheet" href="russian.m.css" media="(max-width: 480px)">
<script src="russian.js" defer></script>
<script defer async src="https://www.googletagmanager.com/gtag/js?id=G-N5YQNCN990"></script>
</head>
<body>
<header>
<section></section>
<select onchange="updateLanguage(event)">
<option value="russian.html">русский</option>
<option value="index.html">английский</option>
</select>
</header>
<main>
<section class="scence">
<div class="box">
<span class="heart"></span>
<span class="top"></span>
<span class="bottom"></span>
<span class="left"></span>
<span class="right"></span>
<span class="back"></span>
<span class="front"></span>
</div>
</section>
<p><strong>HeartBank</strong><sup>®</sup> в настоящее время находится в стадии скрытной разработки...</p>
</main>
<footer>
<a href="mailto:kiitos@heartbank.com">thank@heartbank.com</a>
<small><a href="https://heartbank.org">HeartBank® фундамент</a> © 2022</small>
</footer>
</body>
</html>