master
Matt Huntington 3 years ago
parent bce8fa2e74
commit e5ef421277

@ -0,0 +1,7 @@
li {
border:1px solid black;
list-style:none;
}
ul {
padding:0
}

@ -3,6 +3,8 @@ const app = express();
const axios = require('axios'); const axios = require('axios');
const querystring = require('querystring'); const querystring = require('querystring');
app.use(express.static('public'))
let tokenExpirationDate = false; let tokenExpirationDate = false;
let bearerToken; let bearerToken;

@ -1,14 +1,7 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<style> <link href="/app.css" rel="stylesheet"></link>
li {
border:1px solid black;
list-style:none;
}
ul {
padding:0
}
</style>
</head> </head>
<body> <body>
<ul> <ul>

Loading…
Cancel
Save