Skip to content

Commit ad474f6

Browse files
committed
Deploy preview for PR 113 🛫
1 parent 707642b commit ad474f6

3 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"index.html": {
3+
"file": "app-root.js",
4+
"name": "main",
5+
"src": "index.html",
6+
"isEntry": true
7+
}
8+
}

‎pr/pr-113/app-root.js‎

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pr/pr-113/index.html‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!doctype html>
2+
<html lang="en-GB">
3+
<head>
4+
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta charset="utf-8">
6+
<style>
7+
html {
8+
font-size: 10px; /* This is to match petabox's base font size */
9+
}
10+
11+
body {
12+
background: #fafafa;
13+
}
14+
</style>
15+
<script type="module" crossorigin src="./app-root.js"></script>
16+
</head>
17+
<body>
18+
<app-root></app-root>
19+
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)