Skip to content

Instantly share code, notes, and snippets.

View livem1's full-sized avatar
πŸ˜‡
I may be slow to respond.

Holy livem1

πŸ˜‡
I may be slow to respond.
View GitHub Profile
@livem1
livem1 / index.ts
Created May 27, 2026 13:03
WIS Portal HTML
const HTML = `<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS β€” War Intelligence System</title>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#07070d;--bg2:#0d0d18;--card:#111120;
@livem1
livem1 / wis_admin_mockup.html
Created May 27, 2026 13:03
WIS Admin Panel Mockup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS Admin β€” Mockup</title>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--bg:#0a0a0f;--bg2:#0d0d16;--card:#13131f;--card2:#181826;
@livem1
livem1 / wis_phase1_report.html
Created May 27, 2026 12:51
WIS Phase 1 Completion Report
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS β€” Phase 1 Completion Report</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #0a0a0f; --bg2: #111118; --card: #14141e; --card2: #1a1a26;
@livem1
livem1 / wis_ui_mockup.html
Created May 27, 2026 08:40
WIS UI Mockup v2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS β€” War Intelligence System</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
@livem1
livem1 / wis_ui_mockup.html
Last active May 27, 2026 08:36
WIS UI Mockup β€” axionsystems.dev
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WIS β€” War Intelligence System</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {