diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..a35d597 --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,144 @@ +--- +layout: default +--- + +
+
+ + +

+ {{ site.title | default: site.github.repository_name }}

+

+ {{ site.description | default: site.github.project_tagline }}

+ + +
+ 60Hz + Hacks + Translations + Betas + Unlicensed games + Licensed games +
+
+
+ + +
+
+ + + +
+ Reset filter : +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + {% for game in site.data.licensed %} + + + + + + + + + {% endfor %} + +
TitleRegionVersionCRC32StatusNotes
TitleRegionVersionCRC32StatusNotes
+
+
+ + +
+ +
+ + +
+ + +
+
{{game.title}}{{game.region}} + + {{game.version}} {{game.crc32}}{{game.status}} {{game.notes}}
+
+ +
+
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e4d427d --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ +--- +layout: home +---