Skip to content

Commit

Permalink
page title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
7Eltantawy committed Feb 25, 2024
1 parent b7c811d commit b4873c5
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 16 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const RESOURCES = {"assets/AssetManifest.bin": "9bafb48a7c426af68e549f5235b58da0
"icons/Icon-512.png": "17660dad0a8e5616ffbfe28d1b45d40d",
"icons/Icon-maskable-192.png": "e1aaa45aed7b488890f51efdc7459c39",
"icons/Icon-maskable-512.png": "17660dad0a8e5616ffbfe28d1b45d40d",
"index.html": "1ea38ea3a0bc54d8965a647cc9a2a788",
"/": "1ea38ea3a0bc54d8965a647cc9a2a788",
"main.dart.js": "a606c74972195322fe511addab809557",
"index.html": "84189d035a57ce93ca127525f25e23eb",
"/": "84189d035a57ce93ca127525f25e23eb",
"main.dart.js": "e33cc66109dc9293b6c35244ef93c18f",
"manifest.json": "386e61d43637d093535052d216705fbb",
"version.json": "8646bed6f9c964fa90e170a216497882"};
// The application shell files that are downloaded before a service worker can
Expand Down
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,33 @@
the `--base-href` argument provided to `flutter build`.
-->
<base href="/" />

<meta charset="UTF-8" />
<meta content="IE=Edge" http-equiv="X-UA-Compatible" />
<meta name="description" content="A new Flutter project." />
<meta
name="description"
content="Tiny app for drawing Square Kufic Font."
/>
<meta name="author" content="Hassan Eltantawy" />
<meta
name="keywords"
content="kufic calligraphy, kufic font, square kufic, arabic calligraphy, islamic calligraphy, الخط الكوفي, الخط العربي, فن الخط العربي , الكوفي المربع"
/>

<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="kuficdraw" />
<meta name="apple-mobile-web-app-title" content="KuficDraw Pro" />
<link rel="apple-touch-icon" href="icons/Icon-192.png" />

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />

<title>kuficdraw</title>
<title>KuficDraw Pro</title>
<link rel="manifest" href="manifest.json" />

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "189927807";
const serviceWorkerVersion = "1048722613";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
17 changes: 9 additions & 8 deletions main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -9991,15 +9991,16 @@ Pr:function Pr(){},
Ps:function Ps(){},
B_:function B_(){},
Pt:function Pt(){},
qu:function qu(a,b,c,d,e,f,g,h){var _=this
qu:function qu(a,b,c,d,e,f,g,h,i){var _=this
_.c=a
_.r=b
_.cx=c
_.dy=d
_.fr=e
_.go=f
_.k4=g
_.a=h},
_.cy=d
_.dy=e
_.fr=f
_.go=g
_.k4=h
_.a=i},
H3:function H3(a){var _=this
_.d=$
_.a=null
Expand Down Expand Up @@ -52439,7 +52440,7 @@ return new A.yT(n,new A.yL(m,new A.dZ(new A.awU(this,b),o),m.CW,B.au,o,o),B.b_,B
a4E(a){var s,r=this,q=null,p=r.a
p.toString
s=$.tX()
return new A.FN(q,q,q,new A.awS(),q,q,q,q,q,p.r,B.a5m,q,q,B.a0u,r.ga5_(),"",q,s,p.dy,r.gPA(),q,q,p.go,!1,!1,!1,!1,!1,q,q,q,new A.qG(r,t.bT))}}
return new A.FN(q,q,q,new A.awS(),q,q,q,q,q,p.r,B.a5m,q,q,B.a0u,r.ga5_(),p.cy,q,s,p.dy,r.gPA(),q,q,p.go,!1,!1,!1,!1,!1,q,q,q,new A.qG(r,t.bT))}}
A.awV.prototype={
$0(){var s=A.aI("result"),r=this.a.a
if(this.b){r=r.c
Expand Down Expand Up @@ -96408,7 +96409,7 @@ $.aXJ()
return new A.o5(B.KW,new A.hr(q,s,p!==!1,n===!0,o===!0,m))},
$S:589}
A.akO.prototype={
$2(a,b){return new A.qu(A.b27(b.b,"Cairo"),B.Sf,new A.akM(),b.f,B.a0b,B.m9,!1,null)},
$2(a,b){return new A.qu(A.b27(b.b,"Cairo"),B.Sf,new A.akM(),"KuficDraw Pro",b.f,B.a0b,B.m9,!1,null)},
$S:590}
A.akM.prototype={
$2(a,b){b.toString
Expand Down
16 changes: 16 additions & 0 deletions main.dart.js.map

Large diffs are not rendered by default.

0 comments on commit b4873c5

Please sign in to comment.