Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 9738c34

Browse files
author
Pablo Huerta
committed
Testing cypress
1 parent 46d1953 commit 9738c34

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

src/index.html

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118169306-1"></script>
77
<script>
88
window.dataLayer = window.dataLayer || [];
9-
function gtag(){dataLayer.push(arguments);}
9+
function gtag() { dataLayer.push(arguments); }
1010
gtag('js', new Date());
1111

1212
gtag('config', 'UA-118169306-1');
@@ -15,14 +15,16 @@
1515
<title> Mobile Design - App Development - Startup Consulting | OpenForge </title>
1616
<meta charset="utf-8">
1717
<meta name="title" content="Mobile Design - App Development - Startup Consulting | OpenForge">
18-
<meta name="description" content="OpenForge is the Top Mobile App Development Agency in the US. We specialize in Mobile Application Development and Design using Ionic and Angular">
18+
<meta name="description"
19+
content="OpenForge is the Top Mobile App Development Agency in the US. We specialize in Mobile Application Development and Design using Ionic and Angular">
1920
<meta name="keywords" content="Mobile, Application, Development, Design, User Experience, Ionic">
2021
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
2122
<meta name="theme-color" content="#16161d">
2223
<meta name="apple-mobile-web-app-capable" content="yes">
2324

2425
<meta property="og:title" content="Mobile Design - App Development - Startup Consulting | OpenForge" />
25-
<meta property="og:description" content="OpenForge is the Top Mobile App Development Agency in the US. We specialize in Mobile Application Development and Design using Ionic and Angular" />
26+
<meta property="og:description"
27+
content="OpenForge is the Top Mobile App Development Agency in the US. We specialize in Mobile Application Development and Design using Ionic and Angular" />
2628
<meta property="og:url" content="https://www.openforge.io" />
2729
<meta property="og:type" content="website" />
2830
<meta property="og:image" content="https://www.openforge.io/assets/about-photo-team.jpg" />
@@ -48,11 +50,14 @@
4850
<noscript>Your browser does not support JavaScript!</noscript>
4951

5052
<!-- Google Tag Manager -->
51-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
52-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
53-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
54-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
55-
})(window,document,'script','dataLayer','GTM-MNBH6R9');
53+
<script>(function (w, d, s, l, i) {
54+
w[l] = w[l] || []; w[l].push({
55+
'gtm.start':
56+
new Date().getTime(), event: 'gtm.js'
57+
}); var f = d.getElementsByTagName(s)[0],
58+
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
59+
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
60+
})(window, document, 'script', 'dataLayer', 'GTM-MNBH6R9');
5661
</script>
5762
<!-- End Google Tag Manager -->
5863

@@ -67,6 +72,7 @@
6772
window.location.href = 'http://404.openforge.io/404-page-ie';
6873
}
6974

75+
7076
</script>
7177

7278
<script>
@@ -111,19 +117,26 @@
111117

112118
<body>
113119
<!-- Google Tag Manager (noscript) -->
114-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNBH6R9"
115-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
120+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNBH6R9" height="0" width="0"
121+
style="display:none;visibility:hidden"></iframe></noscript>
116122
<!-- End Google Tag Manager (noscript) -->
117123

118124
<app-nav-header></app-nav-header>
119125

120126
<open-forge-app></open-forge-app>
121127

122-
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous" rel="preload"></script>
123-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous" rel="preload"></script>
124-
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
128+
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
129+
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous" rel="preload"></script>
130+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
131+
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"
132+
rel="preload"></script>
133+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
134+
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
135+
crossorigin="anonymous"></script>
125136
<!-- Fontawesome -->
126-
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous" rel="preload"></script>
137+
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/all.js"
138+
integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"
139+
rel="preload"></script>
127140
</body>
128141

129-
</html>
142+
</html>

0 commit comments

Comments
 (0)