source: js/human_3d_alignment/index.html @ 964

Last change on this file since 964 was 964, checked in by Maciej Komosinski, 4 years ago

Improved layout, added one free-text question, properly counted the number of Parts in the Model instead of counting 'X' in the genotype

File size: 924 bytes
Line 
1<!DOCTYPE html>
2<html>
3<head lang="en">
4    <meta charset="UTF-8">
5    <title>Badanie nakładania figur 3D</title>
6    <link rel="stylesheet" type="text/css" href="node_modules/react-grid-layout/css/styles.css">
7    <link rel="stylesheet" type="text/css" href="node_modules/react-resizable/css/styles.css">
8    <link rel="stylesheet" type="text/css" href="node_modules/react-table/react-table.css">
9    <meta name='viewport' content="width=device-width, user-scalable=no"/>
10</head>
11<body>
12        <script type="text/javascript">
13        var Module = { onRuntimeInitialized: function() {
14          console.log('Our runtime is initialized');
15          var event = new Event('emReady');
16          document.dispatchEvent(event);
17        } };
18    </script>
19        <div class="root"></div>
20    <script type="text/javascript" src="../sdk/frams-sdk.js"></script>
21    <script type="text/javascript" src="dist/bundle.js"></script>
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.