diff options
| author | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 | 
|---|---|---|
| committer | Bill <bill@billserver.senders.io> | 2022-11-05 23:41:46 -0400 | 
| commit | 768f44a55bf757abe1bfc0829de301ade964354e (patch) | |
| tree | a45e3a82fb65f926c37eda89b407ae7b4f46e4a5 /www/dice | |
| parent | 3c055d4d579a0b78a9a9ebc622cec32037e958ac (diff) | |
Create new MD blog post and retidy
I updated tidy so each file got a nice update along with the actual
update
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>  |