packages/examples/src/template.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><% preact.title %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="description" content="Library for concise and principled graphics">
<% preact.headEnd %>
</head>
<body>
<% preact.bodyEnd %>
</body>
</html>