diff options
author | Michael Hunteman <michael@huntm.net> | 2024-03-09 15:13:45 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-03-09 15:13:45 -0800 |
commit | 5e5560b558ff818546c94135bebf334be770c920 (patch) | |
tree | 23098a45caa1c9153a3387721151d1901aebf390 /index.html | |
parent | a9333dc90f56ae4e19fabff4822ac1ffba7c6205 (diff) |
Add carousel
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/avatar.png" /> + <link rel="icon" href="/avatar.png" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Wedding</title> </head> |