Fix syntax errors in index.php

This commit is contained in:
Lilium_Snow 2023-07-06 14:42:08 +00:00
parent 75236bfb1e
commit 0712c4289d

View file

@ -16,12 +16,12 @@
<div class="links"> <div class="links">
<ul> <ul>
<li> <li>
<img src="img/aboutme.png" width="16" height"16"> <img src="img/aboutme.png" width="16" height="16">
<a href="about-me.php">About me</a> <a href="about-me.php">About me</a>
<p>Learn more about me.</p> <p>Learn more about me.</p>
</li> </li>
<li> <li>
<img src="img/blog.png" width="16" height"16"> <img src="img/blog.png" width="16" height="16">
<a href="blog.php">Blog</a> <a href="blog.php">Blog</a>
<p>Read my blog posts.</p> <p>Read my blog posts.</p>
</li> </li>
@ -31,7 +31,7 @@
<p>Read my blog posts using your favorite RSS reader.</p> <p>Read my blog posts using your favorite RSS reader.</p>
</li> </li>
<li> <li>
<img src="img/updates.png" width="16" height"16"> <img src="img/updates.png" width="16" height="16">
<a href="updates.xml">RSS project updates</a> <a href="updates.xml">RSS project updates</a>
<p>RSS feed, subscribe for project updates.</p> <p>RSS feed, subscribe for project updates.</p>
</li> </li>