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