This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
hectabit-oauth2/templates/dashboard.html

22 lines
613 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/static/css/dashboard.css" media="">
<script src="/static/js/dashboard.js"></script>
</head>
<body>
<div class="newoauth">
<h>Submit a new OAuth2 App</h>
<p id="status"></p>
<p>AppID:</p>
<input id="appidbox">
<p>Redirect URI:</p>
<input id="rdiruribox">
<button onclick="attempt()">Submit</button>
</div>
<div class="oauthlist" id="oauthlist">
<h>Your existing apps</h>
</div>
</body>
</html>