summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
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>