14 lines
419 B
HTML
14 lines
419 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>RENTGEN DIAG</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
</body>
|
||
|
<script src="/node_modules/react/umd/react.production.min.js"></script>
|
||
|
<script src="/node_modules/react-dom/umd/react-dom.production.min.js"></script>
|
||
|
<script src="/node_modules/survey-react/survey.react.min.js"></script>
|
||
|
<script src="./lib/diag.js"></script>
|
||
|
</html>
|