Created index.html, the main html page Created index.js, the html server Added packages and settings
11 lines
110 B
HTML
11 lines
110 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
Test!
|
|
|
|
</body>
|
|
</html> |