UNPKG
onibrowser
Version:
latest (1.1.1)
1.1.1
A browser in the browser
gitlab.com/dosyago/oni
dosyago/supreme-architect
onibrowser
/
public
/
plugins
/
projector
/
index.html
13 lines
(11 loc)
•
180 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
head
>
<
title
>
Projected
</
title
>
<
script
type
=
module
src
=
page/listen.js
>
</
script
>
<
style
>
:root
,
body
{
touch-action
: auto; }
</
style
>
</
head
>
<
body
>
</
body
>