Skip to content

Commit

Permalink
web: rename home page to Awesome Animal Awareness Project
Browse files Browse the repository at this point in the history
  • Loading branch information
sibgit committed Feb 19, 2023
1 parent 4401bd7 commit 90c5dbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>The amazing world of animals</h1>
<h1>Awesome Animal Awareness Project</h1>

<table class="animal-table">
<tr>
<td><a href="alpaca.html">Alpaca</a></td>
<td><a href="alpaca.html">Alpaca</a></td>
<td><a href="blue_whale.html">Blue whale</a></td>
</tr>
<tr>
<td><a href="dahu.html">Dahu</a></td>
<td><a href="gorilla.html">Gorilla</a></td>
<td><a href="dahu.html">Dahu</a></td>
<td><a href="gorilla.html">Gorilla</a></td>
</tr>
<tr>
<td><a href="kiwi_bird.html">Kiwi bird</a></td>
Expand All @@ -24,7 +24,7 @@ <h1>The amazing world of animals</h1>
<td><a href="tiger.html">Tiger</a></td>
</tr>
<tr>
<td><a href="white_shark.html">White shark</a></td>
<td><a href="white_shark.html">Great white shark</a></td>
<td><a href="yeti.html">Yeti</a></td>
</tr>
<tr>
Expand Down

0 comments on commit 90c5dbe

Please sign in to comment.