<!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"> <button onclick="attempt()">Submit</button> </div> <div class="oauthlist" id="oauthlist"> <h>Your existing apps</h> </div> </body> </html>