Skip to content

Commit

Permalink
add description meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Oct 9, 2024
1 parent c9fef0c commit 5bb036e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">

<head>
<meta charset="UTF-8" name="Simple File Compressor" lang="en-US,de-DE"
description="A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast." />
<meta charset="UTF-8" name="Simple File Compressor" lang="en-US,de-DE" />
<meta name="description" content="A tool to reduce the file size of your files. Free online, local, tracking-free, advert-free file compression. Simple and fast." />
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self'; style-src 'self'; manifest-src 'self'; img-src 'self'" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
Expand Down

0 comments on commit 5bb036e

Please sign in to comment.