More optimizations

This commit is contained in:
Jeremy Karst 2025-01-14 23:30:21 -05:00
parent 454bdbe598
commit a661f7cfee
5 changed files with 88 additions and 81 deletions

View file

@ -5,7 +5,7 @@ services:
context: .
dockerfile: osg.dockerfile
image: osg:27 # <--automate this number change to trigger stack redeploy.
image: osg:28 # <--automate this number change to trigger stack redeploy.
environment:
DOCKER: "true"

View file

@ -1,5 +1,5 @@
<!DOCTYPE html lang="en">
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>How To Use - Open Signature Generator</title>
<meta name="Open Signature Generator" />

View file

@ -1,4 +1,5 @@
<!DOCTYPE html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<title>Open Signature Generator</title>
<meta name="Open Signature Generator" />
@ -6,9 +7,9 @@
<meta name="keywords" content="open signature generator, signature, sign, digital signature, electronic signature, esign, e-signature, e-sign, pdf, qrcode, open source, free, privacy, docusign, adobe acrobat" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
</head>
<!-- Add critical layout CSS inline to prevent layout shift -->
<style>
<!-- Add critical layout CSS inline to prevent layout shift -->
<style>
.hidden {
display: none !important;
}
@ -50,7 +51,9 @@
top: 20px;
text-align: center;
}
</style>
</style>
</head>
<body>
<div id="title-container">
<h1>
@ -733,3 +736,4 @@
}
</style>
</html>

View file

@ -1,5 +1,5 @@
<!DOCTYPE html lang="en">
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Privacy Policy - Open Signature Generator</title>
<meta name="Open Signature Generator" />

View file

@ -1,13 +1,14 @@
<!DOCTYPE html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<title>Open Signature Generator</title>
<meta name="Open Signature Generator" />
<meta name="description" content="Generate and verify document signatures for free!" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
</head>
<!-- Add critical layout CSS inline to prevent layout shift -->
<style>
<!-- Add critical layout CSS inline to prevent layout shift -->
<style>
.hidden {
display: none !important;
}
@ -32,7 +33,8 @@
top: 20px;
text-align: center;
}
</style>
</style>
</head>
<body>
<div id="title-container">
<h1>
@ -304,3 +306,4 @@
}
</style>
</html>