-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.2 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.2 KB
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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="Windows NT Modding Utility" property="og:title">
<meta content="An application that allows users to automate the modification/replacement of system files and the importing of registry entries." property="og:description">
<meta content="/static/logo48.png" property="og:image">
<meta content="summary" name="twitter:card">
<meta content="Windows NT Modding Utility" property="twitter:title">
<meta content="An application that allows users to automate the modification/replacement of system files and the importing of registry entries." property="twitter:description">
<meta content="/static/logo48.png" property="twitter:image">
<title>Windows NT Modding Utility</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/ntmu.css">
<link rel="stylesheet" href="static/packs.css">
<link rel="stylesheet" href="static/pack.css">
</head>
<div id="root">
<div id="header">
<div id="header-logo">
<a href="#!/">
<div id="header-logo-img"></div>
</a>
<a href="#!/" id="header-logo-link">
Windows NT Modding Utility
</a>
</div>
<div id="header-links">
<a href="#!/">Home</a>
<a href="#!/download">Download</a>
<a href="#!/packs">Packs</a>
<a href="https://github.com/get-ntmu/NTMU/wiki">Documentation</a>
</div>
</div>
<div id="page">
<div id="page-content"></div>
<div id="spinner">
<span>Loading...</span>
</div>
</div>
<hr>
<div id="footer">© 2025 <a href="https://aubymori.github.io/">aubymori</a></div>
</div>
<script src="static/nunjucks.min.js"></script>
<script src="static/js-yaml.min.js"></script>
<script src="https://unpkg.com/commonmark@0.31.2/dist/commonmark.js"></script>
<script src="static/ntmu.js"></script>
<script src="static/packs.js"></script>
</html>