Created the simple html app using node.js
Created index.html, the main html page Created index.js, the html server Added packages and settings
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Test!
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user