Remove trailing slashes, not needed in HTML.
This commit is contained in:
parent
60f9241fbd
commit
6876cd34b7
@ -5,10 +5,10 @@
|
||||
<title>Hyperling</title>
|
||||
<link rel="icon" sizes="32x32"
|
||||
href="/files/media/icons/favicon.ico"
|
||||
/>
|
||||
>
|
||||
<link rel="icon" sizes="192x192"
|
||||
href="/files/media/icons/favicon.ico"
|
||||
/>
|
||||
>
|
||||
<!-- CSS -->
|
||||
<style>
|
||||
<?php include "main.css"; ?>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/expense.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
Recurring Expense Tracker
|
||||
</figcaption>
|
||||
@ -62,7 +62,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/tictactoe.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
Tic-Tac-Toe
|
||||
</figcaption>
|
||||
@ -87,7 +87,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/ctfu.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
Carb Up! BETA
|
||||
</figcaption>
|
||||
@ -118,7 +118,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/infinitetimer.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
Infinite Timer
|
||||
</figcaption>
|
||||
@ -148,7 +148,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/t45mr.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
45 Minute Rule
|
||||
</figcaption>
|
||||
@ -179,7 +179,7 @@
|
||||
<figure>
|
||||
<img class="app-icon" loading="lazy" alt=""
|
||||
src="/files/media/icons/hypergames.png"
|
||||
/>
|
||||
>
|
||||
<figcaption>
|
||||
HyperGames
|
||||
</figcaption>
|
||||
|
Loading…
x
Reference in New Issue
Block a user