mirror of
https://github.com/mainnika/a-quest.git
synced 2026-05-24 00:33:36 +00:00
translate it
This commit is contained in:
+4
-5
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>по следам анонимного деда мороза</title>
|
||||
<title>Second, grab more beer</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/png" href="images/icons/favicon.ico" />
|
||||
@@ -16,11 +16,10 @@
|
||||
<div class="wrap-contact100">
|
||||
<form id="q-form" class="contact100-form" validate-form>
|
||||
<span class="contact100-form-title">
|
||||
предлагаю поиграть, простая игра пинг-понг, вводи ключ и понеслась! первому месту в рейтинге открывается
|
||||
скрытое знание.
|
||||
let's play a bit, this is just a simple ping-pong game. should be easy to win, right? just put your key to begin.
|
||||
</span>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Нужен ключ">
|
||||
<div class="wrap-input100 validate-input" data-validate="gimme your key">
|
||||
<input class="input100" type="text" name="key" required>
|
||||
</div>
|
||||
|
||||
@@ -29,7 +28,7 @@
|
||||
<div class="contact100-form-bgbtn"></div>
|
||||
<button class="contact100-form-btn" onclick="return playGame(this)">
|
||||
<span>
|
||||
поехали
|
||||
let's go
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user