mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 00:44:23 -05:00
latest changes, need to debug gendoc runewords. db is corrupted somehow. Older db doesn't have bug.
This commit is contained in:
32
src/head.php
32
src/head.php
@@ -45,21 +45,25 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="/res/bootstrap.min.css">
|
||||
<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/style.css">
|
||||
<link rel="stylesheet" href="/res/<?php echo $css ?>">
|
||||
<style>
|
||||
a {
|
||||
color: #007bff;
|
||||
}
|
||||
</style>
|
||||
<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/style.css">
|
||||
<link rel="stylesheet" href="/res/<?php echo $css ?>">
|
||||
<style>
|
||||
a {
|
||||
color: #007bff;
|
||||
}
|
||||
</style>
|
||||
<script src="/res/jquery-3.6.0.min.js"></script>
|
||||
<script src="/res/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
@@ -67,8 +71,8 @@
|
||||
modname = "<?php echo $_SESSION['modname']; ?>";
|
||||
docpath = "<?php echo $_SESSION['docpath']; ?>";
|
||||
</script>
|
||||
|
||||
<script src="/res/app.js"></script>
|
||||
|
||||
<script src="/res/app.js"></script>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user