Skip to content

Commit

Permalink
call progress
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayfulPiano committed Jan 14, 2024
1 parent 55cb90e commit d9b775c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions games/celeste.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<a href="../index.html">Back to Home</a>
</body>
</html>
11 changes: 11 additions & 0 deletions games/hollowknight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<a href="../index.html">Back to Home</a>
</body>
</html>
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
<body>
<h1>Hello World!</h1>
<p>This is testing out a new website for sheet music hosting. WIP.</p>
<a href="games/hollowknight.html">Hollow Knight</a>
<br />
<a href="games/celeste.html">Celeste</a>
</body>
</html>

0 comments on commit d9b775c

Please sign in to comment.