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 querystring = require('querystring');
app.use(express.static('public'))
let tokenExpirationDate = false;
let bearerToken;

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

Loading…
Cancel
Save