nodejs-website/test.html

28 lines
200 B
HTML
Raw Normal View History

2022-10-06 07:05:46 -05:00
<!DOCTYPE html>
<html>
<head>
Header
</head>
<body>
MENU
<h1> Welcome! </h1>
<p> This is a test. It can be ignored. :) </p>
<h6> Copyright $year </h6>
</body>
</html>