add jquery ui and modal dialogs to reload and delete buttons

This commit is contained in:
Hash Borgir
2023-06-23 23:47:34 -06:00
parent ae09fac318
commit e6e1402571
2 changed files with 96 additions and 42 deletions

View File

@@ -52,11 +52,7 @@
<link rel="stylesheet" href="/res/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://bootswatch.com/4/lumen/bootstrap.min.css">
<!-- <link rel="stylesheet" href="/res/win95/assets/win95.css">
<link rel="stylesheet" href="https://unpkg.com/98.css" />
<link rel="stylesheet" href="https://unpkg.com/xp.css" />
<link rel="stylesheet" href="https://khang-nd.github.io/7.css/7.css">-->
<link rel="stylesheet" href="/res/lumen_bootstrap.min.css">
<link rel="stylesheet" href="/res/style.css">
<link rel="stylesheet" href="/res/<?php echo $css ?>">
<style>
@@ -73,9 +69,9 @@
</script>
<script src="/res/app.js"></script>
<!-- Include the necessary jQuery UI and CSS files -->
<script src="/res/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/res/jquery-ui.css">
</script>
<title>D2Modder</title>
<title>D2Modder</title>
</head>