summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-04-09 22:39:03 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-04-09 22:39:03 -0400
commit0e337815a280771cfd51fad1318baf88cd865b20 (patch)
treeb85df3a67ff3b0763b23c5db651e09a25a831a6b /index.html
parent4eb7b2f7faeaa41755d784f49f2fd73cb2d7b87f (diff)
made light colors default without media query
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2862d08..cf69b02 100755
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
</ul>
<div class="main">
<h2><a>Projects</a></h2>
- <p><a href="https://github.com/JacobMcDonnell/jed">jed</a> is my own version of jed, currently written in java.</p>
+ <p><a href="https://github.com/JacobMcDonnell/jed">jed</a> is my own version of ed, currently written in java.</p>
<p><a href="https://github.com/JacobMcDonnell/ticalcprograms">ticalcprograms</a> are a set of
small programs written in C for the TI-84 Plus CE graphing calculator.</p>
<p><a href="https://github.com/JacobMcDonnell/TextEditor">TextEditor</a> is a simple text editor that I wrote because I didn't like the macOS TextEdit app.</p>