29 lines
727 B
HTML
29 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1">
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
<!-- <link rel="stylesheet" href="bulma.min.css"> -->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
|
<script src="func.js"></script>
|
|
|
|
<button id="tester" onclick="getRequest()">pls</button>
|
|
<button id="convert_to_board" onclick="convertToBoard()">converty</button>
|
|
|
|
|
|
<div id="pins">
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|