more progress on key generation

This commit is contained in:
2022-10-10 13:21:00 -05:00
parent d8bb0c7565
commit 37fd33c0f3
5 changed files with 55 additions and 13 deletions

View File

@@ -4,19 +4,27 @@
<th>Temperature</th>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:red;"></div></td>
<td class="legend-cell">700°C</td>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(256, 176, 0);"></div></td>
<td class="legend-cell">0°C</td>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:red;"></div></td>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(168, 0, 0);"></div></td>
<td class="legend-cell">800°C</td>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:red;"></div></td>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(0, 96, 255);"></div></td>
<td class="legend-cell">900°C</td>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:red;"></div></td>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(106, 255, 150);"></div></td>
<td class="legend-cell">1000°C</td>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(255, 136, 0);"></div></td>
<td class="legend-cell">1000°C</td>
</tr>
<tr>
<td class="legend-cell"><div style="width:20px;height:20px;background-color:rgb(128, 0, 0);"></div></td>
<td class="legend-cell">1000°C</td>
</tr>
</table>