mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 44
This commit is contained in:
18
lang/index.html
Normal file
18
lang/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="../img/lang-icon.svg" type="image/x-icon">
|
||||
<link rel="stylesheet" href="../css/lang.css">
|
||||
<title>BRB - language</title>
|
||||
</head>
|
||||
<body>
|
||||
<article></article>
|
||||
<section>
|
||||
<button onclick="language(0)" style="--bci:url('../img/cz-flag.svg')"></button>
|
||||
<button onclick="language(1)" style="--bci:url('../img/uk-flag.svg')"></button>
|
||||
</section>
|
||||
<script src="../js/lang.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user