mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
add jquery ui and modal dialogs to reload and delete buttons
This commit is contained in:
14
src/head.php
14
src/head.php
@@ -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>
|
Reference in New Issue
Block a user