diff options
Diffstat (limited to 'benchmark/hello.html')
-rw-r--r-- | benchmark/hello.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmark/hello.html b/benchmark/hello.html new file mode 100644 index 0000000..762b921 --- /dev/null +++ b/benchmark/hello.html @@ -0,0 +1,15 @@ +<!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> |