UNPKG
node-ssi
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
A SSI parser
github.com/yanni4night/node-ssi
yanni4night/node-ssi
node-ssi
/
test
/
mock
/
empty.html
12 lines
(11 loc)
•
196 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
Demo
</
title
>
<
style
type
=
"text/css"
>
</
style
>
</
head
>
<
body
>
</
body
>
<
script
type
=
"text/javascript"
>
</
script
>
</
html
>