2023-04-20 12:40:40 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-bs-theme="auto">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="theme-color" content="#712cf9">
|
|
|
|
<title>Russia is Hiring</title>
|
|
|
|
<link data-trunk rel="inline" href="index.css">
|
|
|
|
<link data-trunk rel="copy-file" href="rih-logo.png">
|
2023-07-08 01:57:56 +02:00
|
|
|
<link data-trunk rel="copy-file" href="privacy-policy.html">
|
2023-07-02 17:58:18 +02:00
|
|
|
<link data-trunk rel="copy-dir" href="img">
|
|
|
|
<link data-trunk rel="copy-dir" href="fonts">
|
2023-04-20 12:40:40 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap -->
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
|
2023-06-02 11:48:52 +02:00
|
|
|
|
|
|
|
<!-- Captcha setup -->
|
|
|
|
<script src="https://smartcaptcha.yandexcloud.net/captcha.js" defer></script>
|
2023-04-20 12:40:40 +02:00
|
|
|
</head>
|
|
|
|
</html>
|