mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
upgraded
This commit is contained in:
parent
a7f1059742
commit
0d8a4dc503
28
docs/index.html
Normal file
28
docs/index.html
Normal file
@ -0,0 +1,28 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lord of Large Language Models Documentation</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="sidebar">
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="dev/db_infos.html">DB Infos</a></li>
|
||||
<li><a href="dev/full_endpoints_list.html">Full Endpoints List</a></li>
|
||||
<li><a href="dev/new_ui_dev.html">New UI Development</a></li>
|
||||
<li><a href="tutorials/noobs_tutorial.html">Noobs Tutorial</a></li>
|
||||
<li><a href="tutorials/personalities_tutorial.html">Personalities Tutorial</a></li>
|
||||
<li><a href="usage/AdvancedInstallInstructions.html">Advanced Install Instructions</a></li>
|
||||
<li><a href="usage/Build_extensions.html">Build Extensions</a></li>
|
||||
<li><a href="usage/Linux_Osx_Install.html">Linux/OSX Install</a></li>
|
||||
<li><a href="usage/Linux_Osx_Usage.html">Linux/OSX Usage</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<!-- Content of the selected documentation file will be displayed here -->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
45
docs/style.css
Normal file
45
docs/style.css
Normal file
@ -0,0 +1,45 @@
|
||||
/* Reset default styles */
|
||||
body, h1, h2, h3, p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Golden theme */
|
||||
body {
|
||||
background-color: #f5f1e9;
|
||||
color: #292521;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
color: #c19342;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 25%;
|
||||
background-color: #f7f5ed;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
display: block;
|
||||
color: #292521;
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.sidebar a:hover {
|
||||
background-color: #e3d3a4;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 75%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
8
web/dist/assets/index-b98d802a.css
vendored
8
web/dist/assets/index-b98d802a.css
vendored
File diff suppressed because one or more lines are too long
8
web/dist/assets/index-c49276e4.css
vendored
Normal file
8
web/dist/assets/index-c49276e4.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-1675ee15.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-b98d802a.css">
|
||||
<script type="module" crossorigin src="/assets/index-580d32c6.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-c49276e4.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user