This website requires JavaScript.
Explore
Help
Sign In
jason
/
CompleteNodeJS
Watch
1
Star
0
Fork
0
Code
Activity
Files
8f136ffed89050f5184c1af0a0ee054b41428f1a
CompleteNodeJS
/
web-server
/
public
/
index.html
T
9 lines
91 B
HTML
Raw
Normal View
History
Unescape
Escape
Video 45: Serving up Static Assets
2019-09-29 18:53:20 -06:00
<!DOCTYPE html>
<
html
>
<
head
>
</
head
>
<
body
>
<
h1
>
From a static file
</
h1
>
</
body
>
</
html
>
Copy Permalink