-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (41 loc) · 1.75 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
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./res/icon.ico">
<link rel="stylesheet" href="./styles/main.css">
<script src="./scripts/app.js"></script>
<title>NX Editor</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<h1>Nintendo Extended Editor (NX-Editor)</h1>
<p>
<a href="https://github.com/NX-Editor/NX-Editor/blob/master/License.md"><img src="https://img.shields.io/badge/License-AGPL%20v3.0-blue.svg?style=for-the-badge"></a>
<a href="https://github.com/NX-Editor/NX-Editor/releases"> <img src="https://img.shields.io/github/downloads/NX-Editor/NX-Editor/total?style=for-the-badge&color=32CC7D"></a>
<a href="https://github.com/NX-Editor/"> <img src="https://img.shields.io/badge/Source%20Code-GitHub-b22a4d?style=for-the-badge"></a>
<br><br>
NxE, short for Nintendo Extended Editor, is a general-purpose editor for various Nintendo file formats.
</p>
<hr>
<h2>Supported Formats</h2>
<p class="quote">Last updated 1/15/2024</p>
<h3>EPD Plugin</h3>
<ul>
<script id="epd-plugin">LoadDict("epd-plugin")</script>
</ul>
<h3>TotK Plugin</h3>
<ul>
<script id="totk-plugin">LoadDict("totk-plugin")</script>
</ul>
<h3>Planned</h3>
<ul>
<script id="planned">LoadDict("planned")</script>
</ul>
</div>
</div>
</body>
</html>