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: .
|
context: .
|
||||||
dockerfile: osg.dockerfile
|
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:
|
environment:
|
||||||
DOCKER: "true"
|
DOCKER: "true"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html lang="en">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>How To Use - Open Signature Generator</title>
|
<title>How To Use - Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<meta name="Open Signature Generator" />
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<!DOCTYPE html lang="en">
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Open Signature Generator</title>
|
<title>Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<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 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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||||
</head>
|
|
||||||
<!-- Add critical layout CSS inline to prevent layout shift -->
|
<!-- Add critical layout CSS inline to prevent layout shift -->
|
||||||
<style>
|
<style>
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -50,7 +51,9 @@
|
||||||
top: 20px;
|
top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="title-container">
|
<div id="title-container">
|
||||||
<h1>
|
<h1>
|
||||||
|
@ -733,3 +736,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
</html>
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html lang="en">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Privacy Policy - Open Signature Generator</title>
|
<title>Privacy Policy - Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<meta name="Open Signature Generator" />
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
<!DOCTYPE html lang="en">
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Open Signature Generator</title>
|
<title>Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<meta name="Open Signature Generator" />
|
||||||
<meta name="description" content="Generate and verify document signatures for free!" />
|
<meta name="description" content="Generate and verify document signatures for free!" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||||
</head>
|
|
||||||
<!-- Add critical layout CSS inline to prevent layout shift -->
|
<!-- Add critical layout CSS inline to prevent layout shift -->
|
||||||
<style>
|
<style>
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -32,7 +33,8 @@
|
||||||
top: 20px;
|
top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="title-container">
|
<div id="title-container">
|
||||||
<h1>
|
<h1>
|
||||||
|
@ -304,3 +306,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue