Skip to content

Commit 84cc738

Browse files
author
dngaa
committed
Update player.html
1 parent b77f0d8 commit 84cc738

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

pages/player.html

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,25 @@
2323
<div class="sidebar">
2424
<div>
2525
<h2>Jet Yeh's</h2>
26-
<ul>
27-
<a href="/index.html"><li><i class="fa-solid fa-house"></i> Home</li></a>
28-
<a href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report"><li><i class="fa-solid fa-bug"></i> Bug Report</li></a>
29-
<a href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request"><li><i class="fa-solid fa-ghost"></i> Game Request</li></a>
30-
<a href="/pages/settings.html"><li><i class="fa-solid fa-gear"></i> Settings</li></a>
31-
<a><li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li></a>
32-
</ul>
26+
<ul>
27+
<a href="index.html">
28+
<li class="selectedButton"><i class="fa-solid fa-house"></i> Home</li>
29+
</a>
30+
<a
31+
href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=bug&title=Bug%20Report&body=-%20**Describe%20the%20bug**%20A%20clear%20and%20concise%20description%20of%20what%20the%20bug%20is.%0A-%20**To%20Reproduce**%20Steps%20to%20reproduce%20the%20behavior%3A%0A%20%20%201.%20Go%20to%20...%0A%20%20%202.%20Click%20on%20...%0A%20%20%203.%20Scroll%20down%20to%20...%0A%20%20%204.%20See%20error%0A-%20**Expected%20behavior**%20A%20clear%20and%20concise%20description%20of%20what%20you%20expected%20to%20happen.%0A-%20**Screenshots**%20If%20applicable%2C%20add%20screenshots%20to%20help%20explain%20your%20problem.%0A-%20**Environment**%20(please%20complete%20the%20following%20information)%3A%0A%20%20%20-%20OS%3A%20%0A%20%20%20-%20Browser%3A%20%0A%20%20%20-%20Version%3A%20%0A-%20**Additional%20context**%20Add%20any%20other%20context%20about%20the%20problem%20here.">
32+
<li><i class="fa-solid fa-bug"></i> Bug Report</li>
33+
</a>
34+
<a
35+
href="https://github.com/dngaa/dngaa.github.io/issues/new?labels=game%20request&title=Game%20Request&body=-%20**Game%20Title**%3A%20The%20name%20of%20the%20game%20you%20would%20like%20to%20request.%0A-%20**Description**%3A%20Why%20do%20you%20want%20this%20game%3F%20What%20features%20or%20gameplay%20elements%20are%20important%3F%0A-%20**Source%20Code**%3A%20If%20available%2C%20please%20provide%20a%20link%20to%20the%20original%20game%20source%20code.%0A-%20**Additional%20Notes**%3A%20Any%20extra%20details%20or%20context%20about%20the%20request.">
36+
<li><i class="fa-solid fa-ghost"></i> Game Request</li>
37+
</a>
38+
<a href="pages/settings.html">
39+
<li><i class="fa-solid fa-gear"></i> Settings</li>
40+
</a>
41+
<a>
42+
<li id="go-to-top-button"><i class="fa-solid fa-up-long"></i> Top</li>
43+
</a>
44+
</ul>
3345
</div>
3446
<div class="left-col">
3547
<img title="icon" src="/img/icon.png" width="160px">

0 commit comments

Comments
 (0)