Spaces:
Runtime error
Runtime error
File size: 769 Bytes
2643334 58ae063 2643334 58ae063 5ecbfe5 58ae063 2643334 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HuggingFace OAuth Demo</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div id="app">
<h1>HuggingFace OAuth Demo</h1>
<div class="auth-container">
<button id="signin" style="display: none;" class="auth-button">Sign in with HuggingFace</button>
<button id="signout" style="display: none;" class="auth-button">Sign out</button>
</div>
<div id="content">
<h2>OAuth Result</h2>
<pre class="oauth-result"></pre>
</div>
</div>
<script type="module" src="dist/main.js"></script>
</body>
</html> |