Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Aug 25, 2024
1 parent 1a95d47 commit 55fe3e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,37 +59,37 @@ <h2 id="compiled-version">Compiled version</h2>
</blockquote>
<table>
<thead>
<tr class="header">
<tr>
<th>Platform</th>
<th>Zip Filename</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<tr>
<td>Windows</td>
<td>datatools-VERSION_NUMBER-Windows-x86_64.zip</td>
</tr>
<tr class="even">
<tr>
<td>Windows</td>
<td>datatools-VERSION_NUMBER-Windows-arm64.zip</td>
</tr>
<tr class="odd">
<tr>
<td>Mac OS X</td>
<td>datatools-VERSION_NUMBER-macOS-x86_64.zip</td>
</tr>
<tr class="even">
<tr>
<td>Mac OS X</td>
<td>datatools-VERSION_NUMBER-macOS-arm64.zip</td>
</tr>
<tr class="odd">
<tr>
<td>Linux/Intel</td>
<td>datatools-VERSION_NUMBER-Linux-x86_64.zip</td>
</tr>
<tr class="even">
<tr>
<td>Linux/ARM 64</td>
<td>datatools-VERSION_NUMBER-Linux-aarch64.zip</td>
</tr>
<tr class="odd">
<tr>
<td>Raspbery Pi OS</td>
<td>datatools-VERSION_NUMBER-RaspberryPiOS-arm7.zip</td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions how-to/data1.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
<section>
<table>
<thead>
<tr class="header">
<tr>
<th>Number</th>
<th>Value</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<tr>
<td>one</td>
<td>1</td>
</tr>
<tr class="even">
<tr>
<td>two</td>
<td>2</td>
</tr>
<tr class="odd">
<tr>
<td>three</td>
<td>3</td>
</tr>
Expand Down

0 comments on commit 55fe3e8

Please sign in to comment.