-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.55 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.55 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CodeTwo</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="styles.css" />
<!--Editor settings of this project-->
<meta type="settings" autoview="" project="{'name':'CodeTwo','graphAutoView':''}" />
<!--Activate the following line to include the FUDGE-version of Oimo-Physics. You may want to download a local copy to work offline and be independent from future changes!-->
<!--<script type="text/javascript" src="https://hs-furtwangen.github.io/FUDGE/Distribution/OimoPhysics.js"></script>-->
<!--Load FUDGE. You may want to download local copies to work offline and be independent from future changes! Developers working on FUDGE itself may want to create symlinks-->
<script type="text/javascript" src="https://hs-furtwangen.github.io/FUDGE/Distribution/FudgeCore.js"></script>
<script type="text/javascript" src="https://hs-furtwangen.github.io/FUDGE/Distribution/FudgeAid.js"></script>
<!--Link internal resources. The editor only loads the first, but at runtime, multiple files can contribute-->
<link type="resources" src="Internal.json" />
<!--Load custom scripts-->
<script type="text/javascript" src="Script/Build/Script.js" editor="true"></script>
<!--Load Autoview script-->
<script type="text/javascript" src="Autoview.js"></script>
</head>
<body>
<!--Dialog shown at startup only-->
<dialog>
<p>FUDGE Autoview</p>
<h1>Title (will be replaced by Autoview)</h1>
<p>click to start</p>
</dialog>
<!--Canvas for FUDGE to render to-->
<canvas class="fullscreen">
</canvas>
</body>
</html>