latest changes, need to debug gendoc runewords. db is corrupted somehow. Older db doesn't have bug.

This commit is contained in:
Hash Borgir
2023-06-23 17:41:06 -06:00
parent ee5769781b
commit 8ec5186cbe
1783 changed files with 147 additions and 825 deletions

View File

@@ -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>