-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.html
More file actions
28 lines (23 loc) · 783 Bytes
/
editor.html
File metadata and controls
28 lines (23 loc) · 783 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TurtleMod Editor</title>
<!-- Page‑specific CSS -->
<link rel="stylesheet" href="editor.css">
</head>
<body class="editor-body">
<div id="redirect-container" class="redirect-container">
<h1 class="redirect-title">Redirecting to TurtleMod Editor…</h1>
<p class="redirect-text">
If you are not redirected automatically,
<a id="manual-link" class="redirect-link" href="https://turtlemod-team.github.io/TurtleMod-Editor/editor.html">
click here
</a>.
</p>
</div>
<!-- Page‑specific JS -->
<script src="editor.js"></script>
</body>
</html>