bugfix
This commit is contained in:
parent
e38ccbdcdb
commit
76abe0935f
6
bricks/footer.tmpl
Normal file
6
bricks/footer.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
};
|
||||
const app = new BricksApp(opts);
|
||||
app.run();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
13
bricks/header.tmpl
Normal file
13
bricks/header.tmpl
Normal 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":
|
Loading…
Reference in New Issue
Block a user