This commit is contained in:
yumoqing 2024-01-30 12:09:12 +08:00
parent e38ccbdcdb
commit 76abe0935f
2 changed files with 19 additions and 0 deletions

6
bricks/footer.tmpl Normal file
View File

@ -0,0 +1,6 @@
};
const app = new BricksApp(opts);
app.run();
</script>
</body>
</html>

13
bricks/header.tmpl Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/bricks/css/bricks.css">
</head>
<body>
<script src="/bricks/bricks.js"></script>
<script>
const opts = {
"widget":