Skip to content

Commit 642ba96

Browse files
committed
Moved the index.html file to the root for GitHub Pages
1 parent 4153265 commit 642ba96

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# gb-rom-mapper-database
22
Inspired by [catskull.net/gb-rom-database](https://catskull.net/gb-rom-database/). I have used the original [games.json](https://raw.githubusercontent.com/catskull/gb-rom-database/refs/heads/gh-pages/games.json) file and split it into separate files based on the mapper it uses.
33

4-
* [No mapper](./data/no_mapper_games.json)
5-
* [MBC1](./data/mbc1_games.json)
6-
* [MBC2](./data/mbc2_games.json)
7-
* [MBC3](./data/mbc3_games.json)
8-
* [MBC5](./data/mbc5_games.json)
9-
* [MBC6](./data/mbc6_games.json)
10-
* [MBC7](./data/mbc7_games.json)
11-
* [HuC-1](./data/huc1_games.json)
12-
* [HuC-3](./data/huc3_games.json)
13-
* [TAMA5](./data/tama5_games.json)
4+
* [No mapper](/data/no_mapper_games.json)
5+
* [MBC1](/data/mbc1_games.json)
6+
* [MBC2](/data/mbc2_games.json)
7+
* [MBC3](/data/mbc3_games.json)
8+
* [MBC5](/data/mbc5_games.json)
9+
* [MBC6](/data/mbc6_games.json)
10+
* [MBC7](/data/mbc7_games.json)
11+
* [HuC-1](/data/huc1_games.json)
12+
* [HuC-3](/data/huc3_games.json)
13+
* [TAMA5](/data/tama5_games.json)
1414

1515
# Resources
1616

src/index.html renamed to index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Game Boy ROM Database</title>
7-
<link rel="stylesheet" href="styles.css">
7+
<link rel="stylesheet" href="/src/styles.css">
88
</head>
99
<body>
1010
<h2>Game Boy & Game Boy Color cartridges by mapper</h2>
@@ -21,6 +21,6 @@ <h2>Game Boy & Game Boy Color cartridges by mapper</h2>
2121
<div id="container">
2222
<!-- Items will be inserted here -->
2323
</div>
24-
<script src="app.js"></script>
24+
<script src="/src/app.js"></script>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)