webgme-dss
Version:
Design Studio for Dynamic Systems with Modelica as backend
27 lines (26 loc) • 981 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta id="mounted-path" content="<%=mountedPath%>"/>
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="<%=mountedPath%>/manifest.json">
<link rel="shortcut icon" href="<%=mountedPath%>/favicon.ico">
<script src="<%=mountedPath%>/gme-dist/webgme.classes.build.js">
</script>
<title>WebGME-DSS</title>
</head>
<body on-gme-init="onGMEInit()">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script src="<%=mountedPath%>/app.build.js">
</script>
</body>
</html>