Skip to content

Instantly share code, notes, and snippets.

@nagiunagi
nagiunagi / index.html
Last active April 8, 2026 07:10
MagicHolic Loading Screen Prototype - SusHi Tech Tokyo 2026
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MulmoCast - 生成中 | Loading Screen Prototype</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
body { font-family: 'Noto Sans JP', sans-serif; }