Skip to content

Instantly share code, notes, and snippets.

View topicmedia's full-sized avatar

Topic Media topicmedia

View GitHub Profile
@topicmedia
topicmedia / index.html
Created January 24, 2026 10:17
X Posts App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<title>X Quick Post</title>
<style>
:root { --bg: #000000; --card: #16181c; --blue: #1d9bf0; --text: #eff3f4; --sub: #71767b; }
body { font-family: -apple-system, sans-serif; background: var(--bg); color: var(--text); margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100dvh; overflow: hidden; }