Skip to content

Commit

Permalink
add header to info page
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Jun 28, 2024
1 parent efaad68 commit 61bc11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ async function main() {
}
let htmlString = `<!doctype html><html><title>${experimentId} Urls</title>
<style>th {text-align: left;}</style>
<body><table border="1">`
<body><h1>${experimentId}</h1><table border="1">`
const headerTable = `<tr>
<th>Session</th>
<th>No. Of Available Urls</th>
Expand Down

0 comments on commit 61bc11f

Please sign in to comment.