Skip to content

Commit

Permalink
deploy: aa276be
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Dec 17, 2023
1 parent 0ac84c5 commit c946a11
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 10 deletions.
10 changes: 10 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-719M4E8HV3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-719M4E8HV3');
</script>

<link rel="canonical" href="https://www-beta.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://www.fastenhealth.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.fastenhealth.com/" rel="alternate" type="text/html" /><updated>2023-12-15T00:52:20+00:00</updated><id>https://www.fastenhealth.com/feed.xml</id><title type="html">Fasten Health</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://www.fastenhealth.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.fastenhealth.com/" rel="alternate" type="text/html" /><updated>2023-12-17T16:40:05+00:00</updated><id>https://www.fastenhealth.com/feed.xml</id><title type="html">Fasten Health</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle></feed>
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-719M4E8HV3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-719M4E8HV3');
</script>

<link rel="canonical" href="https://www-beta.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions store/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-719M4E8HV3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-719M4E8HV3');
</script>

<link rel="canonical" href="https://www-beta.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
10 changes: 10 additions & 0 deletions store/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-719M4E8HV3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-719M4E8HV3');
</script>

<link rel="canonical" href="https://www-beta.fastenhealth.com" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ domutils@^3.0.1:
domhandler "^5.0.3"

electron-to-chromium@^1.4.601:
version "1.4.613"
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.613.tgz"
integrity sha512-r4x5+FowKG6q+/Wj0W9nidx7QO31BJwmR2uEo+Qh3YLGQ8SbBAFuDFpTxzly/I2gsbrFwBuIjrMp423L3O5U3w==
version "1.4.614"
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.614.tgz"
integrity sha512-X4ze/9Sc3QWs6h92yerwqv7aB/uU8vCjZcrMjA8N9R1pjMFRe44dLsck5FzLilOYvcXuDn93B+bpGYyufc70gQ==

entities@^4.2.0:
version "4.5.0"
Expand Down

0 comments on commit c946a11

Please sign in to comment.