Files
surinz/surinz-source/searchgg 메인 홈.html
T
2026-06-11 18:19:26 +09:00

60 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>searchgg · 서든어택 전적검색 — 메인 홈 시안</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css" />
<style>
:root {
--bg: #ffffff; --bg2: #eef0f2; --surf: #ffffff; --surf2: #f1f3f5;
--line: #e4e6e9; --line2: #d2d6db;
--ink: #20242b; --t2: #5b626c; --t3: #949aa3;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #eef0f2; }
body { font-family: 'Pretendard', sans-serif; -webkit-font-smoothing: antialiased; }
input::placeholder { color: #9aa1ab; }
button { font-family: 'Pretendard', sans-serif; }
@keyframes sgFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
::-webkit-scrollbar { width: 0; height: 0; }
</style>
<template id="__bundler_thumbnail">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" fill="#ffffff" />
<circle cx="50" cy="44" r="18" fill="none" stroke="#48515f" stroke-width="2.6" />
<path d="M50 22v7M50 59v7M28 44h7M65 44h7" stroke="#48515f" stroke-width="2.6" stroke-linecap="round" />
<circle cx="50" cy="44" r="3.4" fill="#48515f" />
<text x="50" y="86" text-anchor="middle" font-family="monospace" font-size="13" font-weight="700" fill="#20242b">search<tspan fill="#48515f">.gg</tspan></text>
</svg>
</template>
</head>
<body>
<div id="root"></div>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" integrity="sha384-m08KidiNqLdpJqLq95G/LEi8Qvjl/xUYll3QILypMoQ65QorJ9Lvtp2RXYGBFj1y" crossorigin="anonymous"></script>
<script src="image-slot.js"></script>
<script type="text/babel" src="sa-data.jsx"></script>
<script type="text/babel" src="sa-shared.jsx"></script>
<script type="text/babel" src="sa-profile-sections.jsx"></script>
<script type="text/babel" src="sa-profile.jsx"></script>
<script type="text/babel" src="sa-login.jsx"></script>
<script type="text/babel" src="sa-clan-data.jsx"></script>
<script type="text/babel" src="sa-clan-sections.jsx"></script>
<script type="text/babel" src="sa-clan.jsx"></script>
<script type="text/babel" src="sa-clan-plaza.jsx"></script>
<script type="text/babel" src="sa-community.jsx"></script>
<script type="text/babel" src="sa-home.jsx"></script>
<script type="text/babel" data-presets="react">
ReactDOM.createRoot(document.getElementById('root')).render(<Home />);
</script>
</body>
</html>