diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-12 07:03:15 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-12 07:03:15 +0100 |
| commit | db141457db1844e7bf4caa5501e1f8a05fab6acd (patch) | |
| tree | 8305c493b2d96ff71d9e52c46d36652c50e2d09f /templates/index.html | |
| parent | 345e2c76bfeaa986941bbca575d1f44c88a01b68 (diff) | |
| download | mitjafelicijan.com-db141457db1844e7bf4caa5501e1f8a05fab6acd.tar.gz | |
Update to style
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index ef31728..6e6eb7f 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -4,7 +4,8 @@ | |||
| 4 | <div> | 4 | <div> |
| 5 | <h2>Visualizations and exploration of binary files</h2> | 5 | <h2>Visualizations and exploration of binary files</h2> |
| 6 | <p> | 6 | <p> |
| 7 | Examine graphical representations of binary files using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). | 7 | <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">Examine graphical representations of binary files</a> |
| 8 | using diagrams that illustrate connections between pairs of bytes (digraphs) and triplets of bytes (trigraphs). | ||
| 8 | Check out the <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">project page<a>. | 9 | Check out the <a href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">project page<a>. |
| 9 | </p> | 10 | </p> |
| 10 | <div> | 11 | <div> |
