cat / index.html
Decision-Fish's picture
YOUR MESSAGE HERE
fa58c2c verified
raw
history blame contribute delete
673 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CAT - Conversational Assessment Tool</title>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
overflow: hidden;
}
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="http://localhost:7860" allow="clipboard-write"></iframe>
</body>
</html>