no-framework-tutorial/implementation/13-refactoring/templates/hello.html

11 lines
No EOL
187 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
</head>
<body>
<h1>Hello {{name}}</h1>
<p>The time is {{now}}</p>
</body>
</html>