Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1262817
html.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
383 B
Referenced Files
None
Subscribers
None
html.ts
View Options
import
{
Context
}
from
"sealious"
;
export
default
async
function
html
(
context
:
Context
,
body
:
string
)
:
Promise
<
string
>
{
return
/* HTML */
`<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<script src="/dist/bundle.js"></script>
</head>
<link href="/style.css" rel="stylesheet" type="text/css" />
${
body
}
</html>`
;
}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Jan 24, 15:16 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
600266
Default Alt Text
html.ts (383 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment