Files
Website/tools/discord-widget.php
2025-06-25 17:48:30 +02:00

29 lines
711 B
PHP

<?php include "../html-head.php"; ?>
<style>
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
iframe {
width: 100vw;
height: 100vh;
}
</style>
<title>Discord Widget &ndash; Tools &ndash; Elias Fink</title>
</head>
<body>
<iframe src="https://discord.com/widget?id=788054095800827944&theme=dark" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>