diff options
Diffstat (limited to 'www/dice')
| -rw-r--r-- | www/dice/index.html | 28 | 
1 files changed, 20 insertions, 8 deletions
diff --git a/www/dice/index.html b/www/dice/index.html index 078e711..10dcd84 100644 --- a/www/dice/index.html +++ b/www/dice/index.html @@ -1,12 +1,18 @@  <!DOCTYPE html>  <html>  <head> -  <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> +  <meta name="generator" +        content="HTML Tidy for HTML5 for Linux version 5.6.0">    <meta charset="utf-8">    <title>senders.io - Dice Roller</title> -  <link rel="stylesheet" type="text/css" href="/index.css"> -  <link rel="stylesheet" type="text/css" href="./index.css"> -  <meta name="viewport" content="width=device-width, initial-scale=1"> +  <link rel="stylesheet" +        type="text/css" +        href="/index.css"> +  <link rel="stylesheet" +        type="text/css" +        href="./index.css"> +  <meta name="viewport" +        content="width=device-width, initial-scale=1">  </head>  <body>    <article id="body"> @@ -14,11 +20,16 @@      <p>Set your number of dice and press roll. The output tables will display      the number of count of each result rolled.</p>      <div class='form'> -      <input type='number' min="1" max="999" id="numdice" value="4"> -      <button id='rollbtn' onclick="roll()">Roll</button> +      <input type='number' +           min="1" +           max="999" +           id="numdice" +           value="4"> <button id='rollbtn' +           onclick="roll()">Roll</button>      </div>      <h2>Roll Results</h2> -    <table id='results' class='output'> +    <table id='results' +           class='output'>        <thead>          <tr>            <th>Dice Face</th> @@ -28,7 +39,8 @@        <tbody id='resbody'></tbody>      </table>      <h2>Roll History</h2> -    <table id='history' class='output'> +    <table id='history' +           class='output'>        <thead>          <tr>            <th class='num'>#</th>  |