blob: 7b3c9d1362192854198a8ce1fa9d0d846a6e2cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{#def message #}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
<title>{{ message }}</title>
</head>
<body>
<section class="card">
<div class="greeting [&_a]:flex">{{ message }}</div>
<button type="button">Close</button>
<button type="button" disabled>×</button>
</section>
</body>
</html>
|