mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
24 lines
642 B
HTML
24 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>SillyTavern Documentation</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">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<h2>You weren't supposed to be able to get here, you know.</h1>
|
|
<h3>All help materials has been moved here:</h3>
|
|
<h3><a href="https://docs.sillytavern.app/">SillyTavern Documentation</a></h3>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|