2018-08-22 01:37:32 -03:00

10 lines
130 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Hello World HTML</title>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>