Added DOCTYPE tag
This commit is contained in:
parent
8df23066a3
commit
df452f5ee0
|
@ -1,3 +1,4 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
<htmL lang="en">
|
<htmL lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>One cat per day!</title>
|
<title>One cat per day!</title>
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
|
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
|
||||||
<img class = "cat-img" src=img/cat2024-07-26-06:00:03.jpg alt="A picture of a cat">
|
<img class = "cat-img" src=img/cat2024-07-27-06:00:05.jpg alt="A picture of a cat">
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>
|
<p>Made by <a href="https://zepp.omg.lol" target="_blank" rel="noopener noreferrer">zepp</a> for the love of cats. </p>
|
||||||
|
|
Loading…
Reference in New Issue