Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969368
main-view.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
333 B
Referenced Files
None
Subscribers
None
main-view.ts
View Options
import
html
from
"../../html.js"
;
import
type
{
BaseContext
}
from
"koa"
;
import
type
{
Readable
}
from
"stream"
;
import
{
tempstream
}
from
"tempstream"
;
export
function
MainView
(
ctx
:
BaseContext
)
:
Readable
{
return
html
(
ctx
,
""
,
tempstream
/* HTML */
`
<title>My Own ToDo App</title>
<h1>Sealious App</h1>
`
);
}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Fri, Nov 22, 20:17 (1 d, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547746
Default Alt Text
main-view.ts (333 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment