summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-29 21:56:55 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-29 21:56:55 -0500
commite0c12600ee090fa360be7e56446b9212a3cbd3b3 (patch)
tree08e509fee6fe86ca9c0e7e125166bd65257b5a69 /public/index.html
parentb34d3907c6a598c60df8bc5c733df22fe1119363 (diff)
lots of work
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index 9d947c9..51a57f5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,11 +6,11 @@
<div style="display: flex; justify-content: center;">
<div style="text-align: left;">
<p>You might be here because you were tricked! However, I refuse to scam you like the instagram grifters I make fun of will.</p>
- <p>This is a REAL engineer's website.</p>
- <p>There are tutorials on signal processing, software development, and other random things you can find in my <a href="/blog">blog.</a></p>
- <p>You can also find my music <a href="/music">here.</a>&nbsp;The majority of streaming services should be linked.</p>
+ <p><a href="/blog">My blog</a> contains tutorials on signal processing, software development, and other random things</p>
+ <p>Listen to <a href="/music">my music.</a>&nbsp;The majority of streaming services should be linked.</p>
+ <p>The source code for this site, my audio plugins, and other things is available on <a href="https://git.haemolacriaa.com/">my git server</a>, and also on <a href="https://github.com/ozpv">Github.</a></p>
</div>
</div>
</main>
</body>
-</html> \ No newline at end of file
+</html>