Skip to content

Commit 15e6167

Browse files
Structure Front-End code
1 parent 06ff668 commit 15e6167

17 files changed

Lines changed: 16 additions & 16 deletions
File renamed without changes.

debug-db/src/main/assets/buttons.dataTables.min.css renamed to debug-db/src/main/assets/debugDbHome/css/buttons.dataTables.min.css

File renamed without changes.
File renamed without changes.

debug-db/src/main/assets/jquery.dataTables.min.css renamed to debug-db/src/main/assets/debugDbHome/css/jquery.dataTables.min.css

File renamed without changes.

debug-db/src/main/assets/responsive.dataTables.min.css renamed to debug-db/src/main/assets/debugDbHome/css/responsive.dataTables.min.css

File renamed without changes.

debug-db/src/main/assets/select.dataTables.min.css renamed to debug-db/src/main/assets/debugDbHome/css/select.dataTables.min.css

File renamed without changes.
File renamed without changes.

debug-db/src/main/assets/index.html renamed to debug-db/src/main/assets/debugDbHome/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
<title>Android Debug Database</title>
2424
<meta charset="utf-8">
2525
<meta name="viewport" content="width=device-width, initial-scale=1">
26-
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'>
26+
<link rel='shortcut icon' href='images/favicon.ico' type='image/x-icon'>
2727

28-
<script src="jquery.min.js"></script>
29-
<script src="bootstrap.min.js"></script>
30-
<script src="jquery.dataTables.min.js"></script>
31-
<script src="dataTables.altEditor.free.js"></script>
32-
<script src="dataTables.buttons.min.js"></script>
33-
<script src="dataTables.select.min.js"></script>
34-
<script src="dataTables.responsive.min.js"></script>
28+
<script src="debugDbHome/js/jquery.min.js"></script>
29+
<script src="debugDbHome/js/bootstrap.min.js"></script>
30+
<script src="debugDbHome/js/jquery.dataTables.min.js"></script>
31+
<script src="debugDbHome/js/dataTables.altEditor.free.js"></script>
32+
<script src="debugDbHome/js/dataTables.buttons.min.js"></script>
33+
<script src="debugDbHome/js/dataTables.select.min.js"></script>
34+
<script src="debugDbHome/js/dataTables.responsive.min.js"></script>
3535

36-
<link href="bootstrap.min.css" rel="stylesheet">
37-
<link href="custom.css" rel="stylesheet">
38-
<link href="jquery.dataTables.min.css" rel="stylesheet">
39-
<link href="buttons.dataTables.min.css" rel="stylesheet">
40-
<link href="select.dataTables.min.css" rel="stylesheet">
41-
<link href="responsive.dataTables.min.css" rel="stylesheet">
36+
<link href="debugDbHome/css/bootstrap.min.css" rel="stylesheet">
37+
<link href="debugDbHome/css/custom.css" rel="stylesheet">
38+
<link href="debugDbHome/css/jquery.dataTables.min.css" rel="stylesheet">
39+
<link href="debugDbHome/css/buttons.dataTables.min.css" rel="stylesheet">
40+
<link href="debugDbHome/css/select.dataTables.min.css" rel="stylesheet">
41+
<link href="debugDbHome/css/responsive.dataTables.min.css" rel="stylesheet">
4242

4343
</head>
4444
<body>
@@ -147,6 +147,6 @@
147147

148148
</div>
149149

150-
<script src="app.js"></script>
150+
<script src="debugDbHome/js/app.js"></script>
151151
</body>
152152
</html>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)