You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
394 B
23 lines
394 B
|
6 years ago
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>Kara CX</title>
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#frame {
|
||
|
|
border: none;
|
||
|
|
margin: 0;
|
||
|
|
height: 500px;
|
||
|
|
width: 400px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<iframe src="https://luna-development.net/kara" id="frame"></iframe>
|
||
|
|
</body>
|
||
|
|
</html>
|