Skip to content

Instantly share code, notes, and snippets.

View 7096koki's full-sized avatar

7096koki 7096koki

View GitHub Profile
@7096koki
7096koki / hakoirimusume.html
Created February 7, 2026 12:16
箱入り娘という伝統的なスライディングパズルをHTMLにしました。
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>箱入り娘 - 木製風スライディングパズル</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap" rel="stylesheet">
<style>
:root {
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>G-Generation Network Simulator</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=MS+PGothic&display=swap');
@7096koki
7096koki / PSPGoClock.html
Created January 30, 2026 12:06
PSP Goのスタンバイ時に出る時計をHTMLで再現してみました。
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PSP go Style Vivid Glass Clock</title>
<link href="https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@100..1000&display=swap" rel="stylesheet">
<style>
:root {
/* 背景:より鮮やかで深い青のグラデーション */