fix: format cron-ui index.html
This commit is contained in:
parent
8163628f78
commit
85e750f34d
@ -1,16 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cron Jobs — Moltbot</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body { background: #18181b; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<cron-app></cron-app>
|
||||
<script type="module" src="./index.ts"></script>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cron Jobs — Moltbot</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
background: #18181b;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<cron-app></cron-app>
|
||||
<script type="module" src="./index.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user