39 lines
2.0 KiB
HTML
39 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Vibn — Sign in</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link rel="icon" type="image/png" href="assets/logo-black.png" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="auth.css" />
|
|
|
|
<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>
|
|
</head>
|
|
<body>
|
|
<template id="__bundler_thumbnail">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
|
|
<rect width="200" height="200" fill="#27201d"/>
|
|
<circle cx="100" cy="100" r="56" fill="url(#g)"/>
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#ff6b47"/>
|
|
<stop offset="100%" stop-color="#c2410c"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<g transform="translate(72 78)" fill="#1a0f0a" stroke="#1a0f0a" stroke-width="1.5" stroke-linejoin="round">
|
|
<path d="M0 0 L11 0 L14 24 L17 0 L28 0 L17 44 Z"/>
|
|
<rect x="33" y="36" width="18" height="7" rx="1"/>
|
|
</g>
|
|
</svg>
|
|
</template>
|
|
<div id="root"></div>
|
|
<script type="text/babel" src="auth-shared.jsx"></script>
|
|
<script type="text/babel" src="signin.jsx"></script>
|
|
</body>
|
|
</html>
|