1
1
<!DOCTYPE html>
2
2
< html lang ="en " data-theme ="opensigncss ">
3
-
4
3
< head >
5
4
< meta charset ="utf-8 " />
6
5
< link rel ="icon " href ="/favicon.ico " />
7
- <!-- <link rel="icon" type="image/png"
8
- href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAALlJREFUaEPtmN0NwjAMBpNxYDKYiM1Yp90g93CKStH1NbIdfz921Dker2Pc+Js1cDF7MXAxASMGYkAigBI6vh9ZwoXP53uZoAYcvhwdA3mAVbI2aSb+9zFKU4IURB6j/HoPUIEa2G3iGIAhQQDlAUIoE2diabIklISS0NoFPebo77RF6OenEF3QntOm128he0GKrwHyACFoz2MgBqSGkpAEcHs47oHtN5AFakACqMNjQEMoE8SABFCHn4HE2zGHSLeEAAAAAElFTkSuQmCC"
9
- sizes="40x40" /> -->
10
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 " />
11
7
< meta name ="theme-color " content ="#000000 " />
12
8
< meta name ="description " content ="The fastest way to sign PDFs & request signatures from others " />
13
9
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
14
- <!--
15
- manifest.json provides metadata used when your web app is installed on a
16
- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
17
- -->
18
- < link rel ="manifest " href ="/manifest.json " />
19
- <!--
20
- Notice the use of %PUBLIC_URL% in the tags above.
21
- It will be replaced with the URL of the `public` folder during the build.
22
- Only files inside the `public` folder can be referenced from the HTML.
23
10
24
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
25
- work correctly both with client-side routing and a non-root public URL.
26
- Learn how to configure a non-root public URL by running `npm run build`.
27
- -->
28
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css "
29
- integrity ="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA== "
30
- crossorigin ="anonymous " referrerpolicy ="no-referrer " />
11
+ < link rel ="manifest " href ="/manifest.json " />
31
12
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
32
13
integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous " />
33
-
14
+ < link rel =" stylesheet " href =" /css/fonts.css " />
34
15
< title > OpenSign™</ title >
35
16
</ head >
36
-
37
17
< body >
38
- < noscript > You need to enable JavaScript to run this app.</ noscript >
39
18
< div id ="root "> </ div >
40
-
41
- <!--
42
- This HTML file is a template.
43
- If you open it directly in the browser, you will see an empty page.
44
-
45
- You can add webfonts, meta tags, or analytics to this file.
46
- The build step will place the bundled scripts into the <body> tag.
47
-
48
- To begin the development, run `npm start` or `yarn start`.
49
- To create a production bundle, use `npm run build` or `yarn build`.
50
- -->
51
19
</ body >
52
-
53
20
</ html >
0 commit comments