chore: clean up index.astro
This commit is contained in:
parent
2e0dbaa1a0
commit
480d83f198
1 changed files with 18 additions and 32 deletions
|
|
@ -42,18 +42,4 @@ main {
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
max-width: 60ch;
|
max-width: 60ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
font-weight: 800;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
|
||||||
window.addEventListener('message', (event) => {
|
|
||||||
if (event.data.source === 'app-a') {
|
|
||||||
console.log('>>> message', event)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
Loading…
Reference in a new issue