Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion games/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../images/ico.ico" type="image/x-icon">
<link rel="stylesheet" href="/storage/css/games.css">
<script src="/goodbye.js"></script>
<title>Games | Verdis</title>

<meta name="description" content="an open source games site hosting 500+ games, useful utilities, powerful settings + a clean user interface">
Expand Down
20 changes: 0 additions & 20 deletions goodbye.js

This file was deleted.

7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ <h2>About Me</h2>
<div class="projects-section section-hidden">
<h2>Projects & Games</h2>
<div class="button-container">
<div class="project-button" onclick="window.location='launcher.html';">
<img src="images/other/controller.png">
<div class="button-text">
<p>Games</p>
</div>
</div>

<div class="project-button" onclick="window.location='apps/index.html';">
<img src="images/other/apps.png">
<div class="button-text">
Expand Down
1 change: 0 additions & 1 deletion launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/images/ico.ico" type="image/x-icon">
<link rel="stylesheet" href="/storage/css/index.css">
<script src="/goodbye.js"></script>
<title>Games | Verdis</title>

<meta name="description" content="an open source games site hosting 500+ games, useful utilities, powerful settings + a clean user interface">
Expand Down
Loading