30 lines
874 B
HTML
30 lines
874 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Inventory</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<!-- partial:index.partial.html -->
|
|
<script src="./script.js"></script>
|
|
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div class="pakWrapper">
|
|
<div>
|
|
<div class=box1><h2> Handel Akzeptieren</h2></div>
|
|
<div class=box2><h4 id="gewicht"> Preis: 0$</h4></div>
|
|
</div>
|
|
<div id="invContainer">
|
|
|
|
</div>
|
|
<button id='buttonakzeptieren' onclick="akzeptieren()">Akzeptieren</button>
|
|
<button id='buttonablehnen' onclick="ablehnen()">Ablehnen</button>
|
|
</div>
|
|
<script src="package://assets/js/jquery-3.3.1.min.js" type="text/javascript"></script>
|
|
<script src="./script.js"></script>
|
|
|
|
</body>
|
|
</html> |