1
0
CompleteNodeJS/web-server/public/index.html

14 lines
186 B
HTML
Raw Normal View History

2019-09-30 00:53:20 +00:00
<!DOCTYPE html>
2019-09-30 00:53:20 +00:00
<html>
2019-09-30 00:53:20 +00:00
<head>
<link rel="stylesheet" href="/css/styles.css">
<script src="/js/app.js"></script>
2019-09-30 00:53:20 +00:00
</head>
2019-09-30 00:53:20 +00:00
<body>
<h1>From a static file</h1>
2019-09-30 00:53:20 +00:00
</body>
</html>