UNPKG
mam-project-templates
Version:
latest (1.0.0)
1.0.0
my personal templating projects
github.com/MikeAlexMartinez/templates
MikeAlexMartinez/templates
mam-project-templates
/
cloned
/
FreeCSS
/
Ranger
/
node_modules
/
pug
/
test
/
cases
/
escape-test.html
10 lines
(9 loc)
•
257 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
escape-test
</
title
>
</
head
>
<
body
>
<
textarea
>
<
param name=
"
flashvars
"
value=
"
a=
&
quot;value_a
&
quot;
&
b=
&
quot;value_b
&
quot;
&
c=3
"
/
>
</
textarea
>
</
body
>
</
html
>