19 lines
536 B
HTML
19 lines
536 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="iframe-wrapper">
|
|
<iframe src="https://bgaming-network.com/play/Plinko/FUN?server=demo" frameborder="0" id="gamefileEmbed1" scrolling="no"></iframe>
|
|
</div>
|
|
|
|
<!-- ngl i stole dis off of a random site. i do not condone gambling. do not play for money unless you're 18+ -->
|
|
</body>
|
|
|
|
</html>
|