mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 21:03:19 +00:00
15 lines
351 B
HTML
15 lines
351 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sandboxed Content</title>
|
|
<style>
|
|
html { height: 100%; }
|
|
body { min-height: 100%; margin: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script src="sandbox.js"></script>
|
|
</body>
|
|
</html>
|