UNPKG
@rmlio/matey
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.2
Web-based editor for YARRRML rules.
github.com/RMLio/matey
RMLio/matey
@rmlio/matey
/
examples
/
with_bundler
/
test.html
12 lines
(11 loc)
•
271 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
Test
</
title
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
</
head
>
<
body
>
<
script
src
=
"bundle.js"
>
</
script
>
</
body
>
</
html
>