16 lines
464 B
HTML
16 lines
464 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="zh-CN">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
<meta name="theme-color" content="#667eea">
|
||
|
|
<title>AI助手</title>
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
<link rel="manifest" href="manifest.json">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script src="marked.min.js"></script>
|
||
|
|
<script src="app.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|