Skip to content

Commit

Permalink
Deploy preview for PR 426 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
latonv committed Feb 21, 2025
1 parent f96de03 commit 918e35c
Show file tree
Hide file tree
Showing 3 changed files with 6,628 additions and 0 deletions.
6,593 changes: 6,593 additions & 0 deletions pr/pr-426/assets/main.5f904dad.js

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions pr/pr-426/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html {
font-size: 10px; /* This is to match petabox's base font size */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
background: #F5F5F7;
color: #2C2C2C;
line-height: 1.42857143; /* Same as production */
}
</style>

<script
src="https://polyfill.archive.org/v3/polyfill.min.js?features=scrollIntoView%2CElement.prototype.scrollIntoView"></script>

<script type="module" crossorigin src="assets/main.5f904dad.js"></script>
</head>
<body>
<app-root></app-root>

</body>
</html>
7 changes: 7 additions & 0 deletions pr/pr-426/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"index.html": {
"file": "assets/main.5f904dad.js",
"src": "index.html",
"isEntry": true
}
}

0 comments on commit 918e35c

Please sign in to comment.