23 lines
368 B
HTML
23 lines
368 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
body {
|
|
width: 360px;
|
|
height: 500px;
|
|
margin: 0;
|
|
}
|
|
|
|
iframe {
|
|
height: 100%;
|
|
width: 100%;
|
|
border: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="https://crab.fit/create" allow="clipboard-write"></iframe>
|
|
</body>
|
|
</html>
|