Skip to content

Commit

Permalink
Change app description (#229)
Browse files Browse the repository at this point in the history
Co-authored-by: alex-slobodian <[email protected]>
  • Loading branch information
OleksandrSPV and aleksandr-slobodian authored Nov 25, 2024
1 parent 2d0ec00 commit 906584f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
36 changes: 24 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, minimal-ui"
maximum-scale="1.0"
user-scalable="false"
/>
<title>
Fortify Tools
</title>
<title>Fortify Tools</title>
<meta
name="description"
content="Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment."
>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="stylesheet" href="/assets/styles/reset.css">
content="Fortify Tools enables you to enroll, view, and manage certificates on your local computer and smart card, providing a seamless, user-friendly experience directly from your browser."
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons/favicon-16x16.png"
/>
<link rel="stylesheet" href="/assets/styles/reset.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@peculiar/fortify-tools",
"homepage": "https://tools.fortifyapp.com",
"version": "2.0.6",
"version": "2.0.7",
"author": "PeculiarVentures Team",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 906584f

Please sign in to comment.