From 8466989504b16fedd7e2342f94265dbca8651261 Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Wed, 7 Dec 2022 09:00:10 -0800 Subject: [PATCH 01/15] Update to use 3.x sdk. --- index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index e992944..df0f597 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ LaunchDarkly tutorial - + From 30c2a911cea7d3fc52cdaa7ecef40452a332fb87 Mon Sep 17 00:00:00 2001 From: Louis Chan Date: Wed, 27 Mar 2024 15:50:45 -0700 Subject: [PATCH 04/15] feature: Update the hello apps based on the new spec --- index.css | 11 +++++++++++ index.html | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..f7b8c80 --- /dev/null +++ b/index.css @@ -0,0 +1,11 @@ +body { + margin: 0; + color: white; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-align: center; +} + diff --git a/index.html b/index.html index 6bef2a0..d03dfe2 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ LaunchDarkly tutorial +