cs50/src9/hello0/templates/index.html

12 lines
215 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>hello</title>
</head>
<body>
hello, world
</body>
</html>