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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<!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>
|
|
|