notebook/app/views/layouts/plaintext.html.erb
2020-10-02 01:00:42 -07:00

10 lines
160 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<%= yield %>
</body>
</html>