<html lang="en">
<head>
<title>Load Model</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
<link href="css/Style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/occt-import-js@0.0.14/dist/occt-import-js.min.js"></script>
<script type="module" src="jsm/ImportFile.js"></script>
</head>
<body>
<div class="user-form">
<form action="#">
<input type="file" name="model" id="file-input" style="width: 100%;"/>
<label for="name"><b>Name</b></label><br>
<input type="text" id="name" placeholder="Enter your name" name="name"><br>
<label for="email"><b>Email</b></label><br>
<input type="text" id="email" name="email" placeholder="Enter your email"><br>
<label for="quantity"><b>Quantity</b></label><br>
<input type="text" id="quantity" name="quantity" placeholder="Please enter quantity"><br>
<label for="material"><b>Material</b></label><br>
<input type="text" id="material" name="material" placeholder="Enter the mat type"><br>
<label for="notes"><b>Notes</b></label>
<textarea type="text" id="message" name="message" ></textarea>
<input type="submit" value="Submit">
</form>
</div>
<div class="centre" id="game" >
<input type="range" min="1" max="100" value="50" class="slider" id="ScaleSlider">
</div>
</body>
</html>