Merge pull request 'Fix syntax errors in index.php' (#7) from primrose/speedie-page:master into master

Reviewed-on: #7
This commit is contained in:
Jacob 2023-07-06 14:45:04 +00:00
commit b3b1a1bdcd

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>