Skip to content

Commit 721d29b

Browse files
committed
html page update
1 parent 67d067f commit 721d29b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

index.html

+4-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@
99
content="nested-datatables : jQuery DataTables plugin for rendering nested DataTables in rows. Inner tables are independent of the data and layout from the outer table."
1010
/>
1111

12-
<link
13-
rel="stylesheet"
14-
type="text/css"
15-
media="screen"
16-
href="./src/styles/style.css"
17-
/>
18-
<link
19-
rel="stylesheet"
20-
type="text/css"
21-
href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css"
22-
/>
23-
24-
<script src="./dist/nested.tables.js"></script>
12+
<link rel="stylesheet" type="text/css" media="screen" href="/nested-datatables/assets/css/style.css?v=cd7a2da0f2f66a8c86379cbde71985cbd9e0c742">
13+
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css">
14+
15+
<script src="/nested-datatables/dist/nested.tables.min.js"></script>
2516

2617
<style>
2718
footer {

0 commit comments

Comments
 (0)