chore: fixes
This commit is contained in:
parent
f6416f05d6
commit
2f2f94533f
1 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<a href="#" onclick="showHome(event)">Home</a>
|
||||
<a href="#" onclick="showMembers(event)">Members</a>
|
||||
<a href="#" onclick="showAbout(event)">About</a>
|
||||
<a href="#" onclick="showCode(event)">Code</a>
|
||||
<a href="#" onclick="showCode(event)">Easter Egg</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -232,8 +232,8 @@ function showCode(event) {
|
|||
|
||||
document.getElementById("content").innerHTML = `
|
||||
<div class="text-containers-main-bg content-box">
|
||||
<center><h2>Code</h2></center>
|
||||
<p>Project repositories and experiments will be listed here.</p>
|
||||
<center><h2>Easter Egg</h2></center>
|
||||
<a href="http://cdn.veltron.net/rickroll.gif">click me</a>
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue