ori-css-assembler/indexPage.ori.html

14 lines
319 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hello, World</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>Hello, world</h1>
<p>How are you doing today?</p>
</body>
</html>