Files
SillyTavern/public/notes
2023-05-14 19:47:32 +03:00
..
2023-01-08 17:18:10 +04:00
2023-01-08 17:18:10 +04:00
2023-05-14 19:47:32 +03:00
2023-04-24 14:54:27 +03:00
2023-04-24 14:54:27 +03:00
2023-04-24 14:54:27 +03:00
2023-05-13 07:17:01 +09:00

<!DOCTYPE html>
<html lang="en">

<head>
    <title>SillyTavern Guidebook</title>
    <link rel="stylesheet" href="/css/notes.css">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="/webfonts/NotoSans/stylesheet.css" rel="stylesheet">
    <script src="/scripts/showdown.min.js"></script>
    <script src="/scripts/showdown-toc.min.js"></script>
    <script src="/scripts/notes.js"></script>
</head>

<body onload="loadNotes('/get_readme')">
    <div id="main">
        <div id="content">
            <!-- To change the guidebook content edit the content.md file -->
            <!-- Then it will be dynamically inserted here -->
        </div>
    </div>
</body>

</html>