- Edited
Hello there, why are my iframes in fof pages not working respectively the discord iframe is working and this iframe
<!DOCTYPE html>
<html>
<head>
<title>Meine Webseite mit iframe</title>
</head>
<body>
<iframe src="http://lebenmc.de:8123/" width="100%" height="500px"></iframe>
</body>
</html>
is not working
but when i take the code into a plain html site then it works