UNPKG
jsonroutedb
Version:
latest (1.0.0)
1.0.0
A simple Node.js package to access non-binary files using a path-like string.
jsonroutedb
/
data
/
website
/
pages
/
index.html
10 lines
•
156 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
My Simple Page
</
title
>
</
head
>
<
body
>
<
h1
>
Hello from index.html
</
h1
>
<
p
>
This is some content.
</
p
>
</
body
>
</
html
>