Track bundled vendor runtime sources
This commit is contained in:
13
vendor/aigcpanel/page/about.html
vendored
Normal file
13
vendor/aigcpanel/page/about.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>%name%</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/entry/about.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user