Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Delete images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxerPanda authored Jan 24, 2025
1 parent a026832 commit 13eeaed
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DeluxerPanda - Demo</title>
<link rel="icon" type="image/png" href="images/favicon.png">
<title>Tab Demo</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand All @@ -16,7 +15,7 @@
<div class="boby ">
<h1>Tab 1</h1>
<p>Go to my website</p>
<a href="https://deluxerpanda.se">My website here!</a>
<a href="https://www.deluxerpanda.se">My website here!</a>
</div>

<!-- Tab2 -->
Expand All @@ -25,7 +24,7 @@ <h1>Tab 1</h1>
<div class="boby">
<h1>Tab 2</h1>
<p>Go to my website</p>
<a href="https://deluxerpanda.se">My website here!</a>
<a href="https://www.deluxerpanda.se">My website here!</a>
</div>

<!-- Tab3 -->
Expand All @@ -34,9 +33,9 @@ <h1>Tab 2</h1>
<div class="boby">
<h1>Tab 3</h1>
<p>Go to my website</p>
<a href="https://deluxerpanda.se">My website here!</a>
<a href="https://www.deluxerpanda.se">My website here!</a>

</div>
</div>
</body>
</html>
</html>

0 comments on commit 13eeaed

Please sign in to comment.