Compare commits
1 commit
3c47e984e1
...
e263c9b0f2
| Author | SHA1 | Date | |
|---|---|---|---|
| e263c9b0f2 |
1 changed files with 5 additions and 16 deletions
|
|
@ -4,21 +4,14 @@
|
||||||
<style>
|
<style>
|
||||||
table, tr, th, td {
|
table, tr, th, td {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
border: 1px solid black;
|
||||||
caption {
|
|
||||||
caption-side: bottom;
|
|
||||||
padding: 2px 4px;
|
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
border: 1px solid black;
|
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
td {
|
|
||||||
font-family: "Courier", monospace;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -31,23 +24,19 @@ td {
|
||||||
|
|
||||||
<table id="results" style="display: none">
|
<table id="results" style="display: none">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Full Domain</th><td id="fulldomain">undefined</td>
|
<th>Full Domain</th><td id="fulldomain">foo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Subdomain</th><td id="subdomain">undefined</td>
|
<th>Sub Domain</th><td id="subdomain">foo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>X-Api-User</th><td id="username">undefined</td>
|
<th>Username</th><td id="username">foo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>X-Api-Key</th><td id="password">undefined</td>
|
<th>Password</th><td id="password">foo</td>
|
||||||
</tr>
|
</tr>
|
||||||
<caption><b>Important!</b> This information will only be shown once. Please
|
|
||||||
copy or otherwise save it immediately.</caption>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p><b>Note: there is no way to delete registrations.</b> Each registration is small, so it's not an immediate problem, but please do not click register unless you are planning to really create a new entry.</p>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("register").addEventListener("click", (event) => {
|
document.getElementById("register").addEventListener("click", (event) => {
|
||||||
const register = async () => {
|
const register = async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue