11<!doctype html>
22< html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < link rel ="icon " href ="/favico.ico " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+ < meta name ="theme-color " content ="#000000 " />
8+ < meta
9+ name ="description "
10+ content ="SMSWithoutBorders(SWOB) is dedicated to researching, developing and
11+ promoting secure and open-source communication tools that function even
12+ without an internet connection. "
13+ />
14+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
15+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
316
4- < head >
5- < meta charset ="utf-8 " />
6- < link rel ="icon " href ="./favico.ico " />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8- < meta name ="theme-color " content ="#000000 " />
9- < meta name ="description " content ="Communicate offline with online platforms using RelaySMS " />
10- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
11- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
12-
13- < link rel ="preconnect " href ="https://fonts.googleapis.com ">
14- < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
15- < link
16- href ="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Unbounded:wght@200..900&display=swap "
17- rel ="stylesheet ">
18-
19- < title > SMSWithoutBorders</ title >
20- </ head >
21-
22- < body >
23- < noscript > Communicate offline with online platforms using RelaySMS.</ noscript >
24- < div id ="root "> </ div >
25- </ body >
26-
27- </ html >
17+ < link rel ="preconnect " href ="https://fonts.googleapis.com " />
18+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
19+ < link
20+ href ="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Unbounded:wght@200..900&display=swap "
21+ rel ="stylesheet "
22+ />
23+
24+ < meta property ="og:type " content ="website " />
25+
26+ < meta property ="og:title " content ="SMSWithoutBorders " />
27+
28+ < meta
29+ property ="og:description "
30+ content ="Open-source communication tools designed for low-connectivity environments. "
31+ />
32+
33+ < meta
34+ property ="og:image "
35+ content ="https://smswithoutborders.com/og-image.png "
36+ />
37+
38+ < meta property ="og:url " content ="https://smswithoutborders.com " />
39+
40+ < link rel ="canonical " href ="https://smswithoutborders.com/ " />
41+
42+ < meta name ="robots " content ="index, follow " />
43+
44+ < meta name ="author " content ="SMSWithoutBorders " />
45+
46+ < title >
47+ SMSWithoutBorders | Communication Beyond Internet Connectivity
48+ </ title >
49+ </ head >
50+
51+ < body >
52+ < script type ="application/ld+json ">
53+ {
54+ "@context" : "https://schema.org" ,
55+ "@type" : "Organization" ,
56+ "name" : "SMSWithoutBorders" ,
57+ "url" : "https://smswithoutborders.com" ,
58+ "logo" : "https://smswithoutborders.com/logo.png" ,
59+ "sameAs" : [
60+ "https://github.com/smswithoutborders" ,
61+ "https://docs.smswithoutborders.com" ,
62+ ]
63+ }
64+ </ script >
65+ < div id ="root "> </ div >
66+ </ body >
67+ </ html >
0 commit comments