Skip to content

Instantly share code, notes, and snippets.

View shka5's full-sized avatar

Seunghyun Ka shka5

  • Seoul, Gangnam-gu
View GitHub Profile
@shka5
shka5 / verified.html
Created April 7, 2026 09:40
Wudy email verification page
<!DOCTYPE html>
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wudy - Email Verified</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;