-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
36 lines (33 loc) · 2.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html lang="en">
<script src="/resources/scripts/htmlimporter.js"></script>
<script>HTMLImporter.import("/resources/templates/generic-head.html");</script>
<head>
<link rel="stylesheet" href="/resources/stylesheets/scrolling-gallery.css">
</head>
<body>
<script>HTMLImporter.import("/resources/templates/generic-nav.html");</script>
<div id="content">
<div id="box">
<h2 style="font-weight: 700;">Lime3DS is an open‑source, easy‑to‑use Nintendo 3DS emulator</h2>
</div>
<div id="scrolling-gallery">
<div id="scrolling-gallery-container">
<img class="scroller" src="/resources/images/emu-screenshots/metroid-samus-returns.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/pokemon-ultra-moon.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/luigis-mansion-dark-moon.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/star-fox-64-3d.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/new-super-mario-bros-2.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/metroid-samus-returns.jpg"/><!-- Duplicates added for seamless loop -->
<img class="scroller" src="/resources/images/emu-screenshots/pokemon-ultra-moon.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/luigis-mansion-dark-moon.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/star-fox-64-3d.jpg"/>
<img class="scroller" src="/resources/images/emu-screenshots/new-super-mario-bros-2.jpg"/>
</div>
</div>
<p>Forked from Citra, Lime3DS has all of the features you have come to expect from a 3DS emulator.</p>
<p>Our mission is to continue to further the progress of 3DS emulation, implementing new features and making constant improvements for the benefit of your gaming experience.</p>
<p>As a community effort, this project is only possible due to the work of passionate enthusiasts. Together, the future of 3DS emulation can be bright.
<script>HTMLImporter.import("/resources/templates/generic-footer.html");</script>
</div>
</body>
</html>