blob: 98704148af51ed7ef2693f4efc0969c3752d452b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>hello</title>
</head>
<body>
hello, {{ placeholder }}
</body>
</html>
|