Files
ASDV-WebDev/Semester 2/Multicomponents_Lab_CalebFontenot/src/main/webapp/index.html
2023-10-04 13:34:14 -05:00

11 lines
217 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Start Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>