Spaces:
Runtime error
Runtime error
<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> |