diff options
| author | horus | 2021-03-12 22:10:19 +0100 |
|---|---|---|
| committer | horus | 2021-03-12 22:10:19 +0100 |
| commit | 14e75d123ebc16bbefe6d305181eafe3d4df6333 (patch) | |
| tree | bc7875603683886c81c33cf3826d0aa8a98b3607 | |
| parent | 1ee480d7dcb769bd8ad0603fb96d04db292c97ab (diff) | |
| download | moehring-14e75d123ebc16bbefe6d305181eafe3d4df6333.tar.gz | |
Rewording
| -rw-r--r-- | views/index.html | 4 | ||||
| -rw-r--r-- | views/tools.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/views/index.html b/views/index.html index 449b69c..104e2c8 100644 --- a/views/index.html +++ b/views/index.html @@ -50,7 +50,7 @@ <code> <span class="keyword">while</span> lazy; <span class="keyword">do</span> <br> - <a class="tab-over-space" href="/projects" title="uncaught exception">Side.Projects()</a> + <a class="tab-over-space" href="/projects" title="uncaught exception">Hobby => Projects()</a> <br> <span class="keyword">endwhile</span> </code> @@ -62,7 +62,7 @@ <code> <span class="keyword">while</span> crazy; <span class="keyword">do</span> <br> - <span class="tab-over-space">eval(<span class="string">"</span><a href="/tools" title="eval is bad">Some funny, simple tools</a><span class="string">"</span>)</span> + <span class="tab-over-space">eval(<span class="string">"</span><a href="/tools" title="eval is bad">boot up tools page</a><span class="string">"</span>)</span> <br> <span class="keyword">endwhile</span> </code> diff --git a/views/tools.html b/views/tools.html index ee0f699..b28e927 100644 --- a/views/tools.html +++ b/views/tools.html @@ -33,7 +33,7 @@ <a href="https://feeds.iamfabulous.de/Dilbert.xml" title="Dilbert RSS Feed" rel="nofollow">Dilbert RSS Feed. With Images!</a> </li> <li> - <a href="https://ghrss.iamfabulous.de" title="Trending Repositories as RSS Feed" rel="nofollow">Github - Some Trending Repositories as RSS Feed</a> + <a href="https://ghrss.iamfabulous.de" title="Trending Repositories as RSS Feed" rel="nofollow">Github - Trending Repositories as RSS Feed</a> </li> </ul> |
