Browse Source

Use h2 tags for title

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
76ce2ad249
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -313,7 +313,7 @@ async function generateRound(message) {
} }
}); });
let i; let i;
let finalizedHTML = '<html><body style="width: 70%; margin-left: auto; margin-right: auto;"><h4 style="text-align: center; text-decoration: underline overline; padding: 7px;">ROUND GENERATED BY AWESOMESCIBO USING THE SCIBOWLDB API</h4>'; let finalizedHTML = '<html><body style="width: 70%; margin-left: auto; margin-right: auto;"><h2 style="text-align: center; text-decoration: underline overline; padding: 7px;">ROUND GENERATED BY AWESOMESCIBO USING THE SCIBOWLDB API</h2>';
for (i = 1; i < 26; i++) { for (i = 1; i < 26; i++) {
let tossup_question; let tossup_question;
let question_category; let question_category;

Loading…
Cancel
Save