mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-07-19 13:47:49 +00:00
Sync from bytedesk-private: update
This commit is contained in:
16
modules/python/static/index.html
Normal file
16
modules/python/static/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <link rel="icon" href="/favicon.ico"> -->
|
||||
<title>bytedesk ai</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>bytedesk ai</h1>
|
||||
<a href="/docs" target="_blank">api docs</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
3
modules/python/static/styles.css
Normal file
3
modules/python/static/styles.css
Normal file
@@ -0,0 +1,3 @@
|
||||
h1 {
|
||||
color: green;
|
||||
}
|
||||
Reference in New Issue
Block a user