Skip to content

Commit

Permalink
modified: popdxo/index.html
Browse files Browse the repository at this point in the history
made paths relative
  • Loading branch information
popdxo committed Jun 4, 2024
1 parent 1f345cd commit dd842a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions popdxo/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="../index.css">
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'>
<title>popd</title>
</head>
Expand All @@ -18,13 +18,13 @@ <h1>popd</h1>
</div>
<div class="flex" style="margin: -5px 10px 0 10px; padding-bottom: 5px;">
<a href="https://github.com/popdxo" class="frostedglass linkbutton">GitHub
<img src="/images/github-mark-white.svg" class="linkicon">
<img src="../images/github-mark-white.svg" class="linkicon">
</a>
<a href="https://discordapp.com/users/445022016060260358/" class="frostedglass linkbutton">Discord
<img src="/images/discord-mark-white.svg" class="linkicon">
<img src="../images/discord-mark-white.svg" class="linkicon">
</a>
<a href="https://steamcommunity.com/id/popdxo/" class="frostedglass linkbutton">Steam
<img src="/images/steam-icon.svg" class="linkicon">
<img src="../images/steam-icon.svg" class="linkicon">
</a>
</div>
</div>
Expand Down

0 comments on commit dd842a4

Please sign in to comment.