mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
22 lines
561 B
HTML
22 lines
561 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Favorite Character</title>
|
|
<link rel="stylesheet" href="/css/notes.css">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="/webfonts/NotoSans/stylesheet.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<h2>Favorite Character</h2>
|
|
<p>
|
|
Mark character as favorite to quickly filter on the side menu bar by pressing the star button.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |