More optimizations
This commit is contained in:
parent
454bdbe598
commit
a661f7cfee
5 changed files with 88 additions and 81 deletions
|
@ -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"
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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,7 +7,7 @@
|
|||
<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>
|
||||
.hidden {
|
||||
|
@ -51,6 +52,8 @@
|
|||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="title-container">
|
||||
<h1>
|
||||
|
@ -733,3 +736,4 @@
|
|||
}
|
||||
|
||||
</style>
|
||||
</html>
|
|
@ -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" />
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!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>
|
||||
.hidden {
|
||||
|
@ -33,6 +34,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="title-container">
|
||||
<h1>
|
||||
|
@ -304,3 +306,4 @@
|
|||
}
|
||||
|
||||
</style>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue