summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-10 23:36:04 -0500
committereudoxia <uplink@distress.network>2020-12-10 23:36:04 -0500
commit86939b67c470ebddce26f884b2be08c856f492e0 (patch)
treeaa54ded020fbe882a5f41241c953eb55606fc29c
parent70f8583352639b64014cef27db976be1ceb5e111 (diff)
fixed splash page logo alt text
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 979472d..a9732a7 100755
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
<body>
<div class="bg">
<div class="logo">
-<img src="media/logo.svg" alt="Distress Network.">
+<img src="media/logo.svg" alt="DistressNetwork°">
</div>
</div>
</body>