Continued faction rank system

This commit is contained in:
hydrant
2018-09-25 21:42:40 +02:00
parent 4402dcc3a3
commit cbc18734ca
14 changed files with 130 additions and 33 deletions

View File

@@ -8,16 +8,19 @@
<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<script src="../../Dependences/jquery-3.3.1.min.js"></script>
<script src="../../Dependences/jquery.tablednd.0.8.min.js"></script>
<title></title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<table id="rank-table">
<tr><td>some</td><td>entry</td></tr>
</table>
<div class="table">
<table id="rank-table"></table>
<button class="save-btn">Speichern</button>
</div>
<script src="../jquery-3.3.1.min.js"></script>
<script src="jquery.tablednd.0.8.min.js"></script>
<script src="jquery.gettable.js"></script>
<script src="script.js"></script>
</body>
</html>