-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlang-select.html
More file actions
28 lines (20 loc) · 1.09 KB
/
lang-select.html
File metadata and controls
28 lines (20 loc) · 1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Bonk.io hacks</title>
<meta charset="utf-8">
<meta name="description" content="Languane selection. (English, Portugal and Russian)">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img.png" type="image.png">
<link rel="stylesheet" href="styles.css">
<body>
<div class="navigation">
<nav><a href="index.html" target="_self">Homepage</a> | <a href="catalog.html" target="_self">SWF catalog</a> | <a href="tutorial.html" target="_self">How to open SWF</a> | <a href="faq.html" target="_self">Frequently asked questions</a> | <a href="lang-select.html">languane</a></nav>
</div>
</body>
<body>
<h1 class="htitle">Languane</h1>
<a href="ru.html"><button style="margin-left: 35%;"> <img src="ru.png" class="flag">Russian</button></a>
<a href="index.html"><button> <img src="en.jpg" class="flag">English</button></a>
<a href=""><button> <img src="portugal.png" class="flag">Portugal (Coming soon)</button></a>
</body>