diff options
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..3d94e66 --- /dev/null +++ b/_header.html @@ -0,0 +1,14 @@ +<html> +<head> +<meta charset="utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<!-- you can have *one* css rule, as a Treat --> +<style> +img { + width: 100%; + object-fit: cover; +} +</style> +<title></title> +</head> +<body> |