9 lines
199 B
HTML
9 lines
199 B
HTML
|
<script>
|
||
|
window.isEmbed = ()=> {
|
||
|
return location.search.includes("embed=")
|
||
|
}
|
||
|
</script>
|
||
|
<style>
|
||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');
|
||
|
</style>
|