Skip to content

Commit

Permalink
Merge pull request #29 from kishikawakatsumi/update-tabulator
Browse files Browse the repository at this point in the history
Update Tabulator
  • Loading branch information
kishikawakatsumi committed Sep 23, 2023
2 parents b4d969b + 1672d58 commit 803dff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<title>Apple Localization Terms Glossary</title>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="stylesheet" href="https://unpkg.com/tabulator-tables@5.0.10/dist/css/tabulator_simple.min.css">
<link rel="stylesheet" href="https://unpkg.com/tabulator-tables@5.1.8/dist/css/tabulator_simple.min.css">
<link rel="stylesheet" href="/index.css<%= it.cb %>">

<script src="https://unpkg.com/tabulator-tables@5.0.10/dist/js/tabulator.min.js"></script>
<script src="https://unpkg.com/tabulator-tables@5.1.8/dist/js/tabulator.min.js"></script>
<script src="https://kit.fontawesome.com/3aaad93f68.js" crossorigin="anonymous"></script>
<script defer data-domain="applelocalization.com" src="https://plausible.io/js/plausible.js"></script>
</head>
Expand Down

0 comments on commit 803dff0

Please sign in to comment.