Skip to content

Commit a00f120

Browse files
update
1 parent b770c7e commit a00f120

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/mobiusinversion/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
});
409409
headerpanel.appendChild(headerpaneldownloadlink);
410410
const downloadlink = document.createElement('div');
411-
downloadlink.title = 'All the JavaScript code is in the html file.\nClick here to download the html file, if you want to run it local and tinker with the code.';
411+
downloadlink.title = 'Download html file with all the code, if you want to run it offline and tinker with the code.';
412412
Object.assign(downloadlink.style, {
413413
position: 'absolute',
414414
left: '10px',

src/sha256/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<a href="https://complexity.zone/"><span style="font-size: 18px; line-height: 40px; color: #80cccc;">complexity.zone</span></a>
4242
</div>
4343
<div id="headerpanel" style="position: absolute; left: 240px; top: 0px; width: 300px; height: 40px;">
44-
<span style="font-size: 24px; line-height: 40px; color: #cccccc;">SHA-256 bit operations</span>
44+
<span style="font-size: 20px; line-height: 40px; color: #cccccc;">SHA-256 bit operations</span>
4545
</div>
4646
<a href="./sha256.png" target="_blank" download="sha256.png" title="download sha256.png" style="display: inline-block; position: absolute; left: 540px; top: 0px; width: 24px; height: 40px; font-size: 12px; line-height: 40px; color: #cccccc;">
4747
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="position: absolute; left: 0px; top: 8px; width: 24px; height: 24px;">

src/sha256circuit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
});
580580
headerpanel.appendChild(headerpaneldownloadlink);
581581
const downloadlink = document.createElement('div');
582-
downloadlink.title = 'Click here to download the html file with all the code, if you want to run it offline and/or tinker with the code.';
582+
downloadlink.title = 'Download html file with all the code, if you want to run it offline and tinker with the code.';
583583
Object.assign(downloadlink.style, {
584584
position: 'absolute',
585585
left: '10px',

src/volumetricdisplay/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@
18011801
});
18021802
headerpanel.appendChild(headerpaneldownloadlink);
18031803
const downloadlink = document.createElement('div');
1804-
downloadlink.title = 'Click here to download the html file with all the code, if you want to run it offline and/or tinker with the code.';
1804+
downloadlink.title = 'Download html file with all the code, if you want to run it offline and tinker with the code.';
18051805
Object.assign(downloadlink.style, {
18061806
position: 'absolute',
18071807
left: '8px',

0 commit comments

Comments
 (0)