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