agents-js-oasst / src /app.html
nsarrazin's picture
nsarrazin HF staff
poc with dockerfile & server-side
2bcd13d
raw
history blame
No virus
361 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<title>agents js demo</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>