mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Web GUI from Klas Eskilson (three new modules: webgui, webbrowser and cefwebgui) Parallel connection refactorization Wormhole server added to the main repository Transfer function editor work from Cristoffer Särevall Update ghoul
12 lines
190 B
HTML
12 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>OpenSpace</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="static/bundle.js"></script>
|
|
</body>
|
|
</html>
|