forked from 4KJ0HN/SynapseX
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbase_index.html
More file actions
21 lines (21 loc) · 659 Bytes
/
base_index.html
File metadata and controls
21 lines (21 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<link rel="icon" type="image/x-icon" href="LogoWhite.png">
<title>Synapse X - API Documentation</title>
<style>
%s
</style>
</head>
<body>
<div id="PageHeader">
<div id="PageHeaderCenter">
<img id="PageHeaderLogo" src="LogoWhite.png"></img>
<p id="PageHeaderTitle">Synapse X API</p>
</div>
</div>
<div id="BodyContainer">
<h3>Definitions with a violet background are proprietary extensions, which are exclusive to <b>Synapse X</b>. Otherwise, definitions without a colored background are from the <a href="script/compatibility_layer.lua" target="_blank">DCL standard</a>.</h3>
%s
</div>
</body>
</html>