39 lines
746 B
PHP
39 lines
746 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>RS Learning Lab - Coding Challenge</title>
|
|
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
background: #020617;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
.header {
|
|
background: #0b8c9f;
|
|
color: white;
|
|
padding: 12px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: calc(100vh - 50px);
|
|
border: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="header">
|
|
RS Learning Lab - Coding Challenge
|
|
</div>
|
|
|
|
<iframe src="https://ai.studio/apps/d9855fda-dc07-40f0-9cd7-f15e32e565e5"></iframe>
|
|
|
|
</body>
|
|
</html> |