@@ -8,6 +8,7 @@ The FoxDeploy blog  is part of a multi-repo setup used to host:
88-  ⚙️ Some ** standalone Single Page Applications (SPA)**  at:
99-  -  ** https://www.foxdeploy.com/AdoPipelineView/ ** 
1010-  -  ** https://www.foxdeploy.com/ArmJsonOsTargetingConditionParser/ ** 
11+   -  ** https://www.foxdeploy.com/JavaScriptWindowFingerprintingExperiment ** 
1112
1213The SPA and blog are hosted via ** GitHub Pages** , but they live in ** separate repositories**  for clarity and cleaner dev workflows.
1314
@@ -20,6 +21,7 @@ The SPA and blog are hosted via **GitHub Pages**, but they live in **separate re
2021|  ` https://www.foxdeploy.com/ `  |  Main Jekyll blog |  [ ` 1redone.github.io ` ] ( https://github.com/1RedOne/1redone.github.io )  | 
2122|  ` https://www.foxdeploy.com/AdoPipelineView/ `  |  Deployed SPA |  [ ` AdoPipelineView ` ] ( https://github.com/1RedOne/AdoPipelineView )  | 
2223|  ` https://www.foxdeploy.com/ArmJsonOsTargetingConditionParser/ `  |  Deployed SPA |  [ ` OS Condition Targeting Parser ` ] ( https://github.com/1RedOne/ArmJsonOsTargetingConditionParser/tree/main )  | 
24+ |  ` https://www.foxdeploy.com/JavaScriptWindowFingerprintingExperiment/ `  |  Deployed SPA |  [ ` JS Window Fingerprinting Experiment ` ] ( https://github.com/1RedOne/JavaScriptWindowFingerprintingExperiment )  | 
2325
2426--- 
2527
@@ -29,13 +31,15 @@ The SPA source code is **NOT inside the blog repo** (`1redone.github.io`) — in
2931
3032>  [ ` 1RedOne/AdoPipelineView ` ] ( https://github.com/1RedOne/AdoPipelineView ) 
3133>  [ ` 1RedOne/ArmJsonParser ` ] ( https://github.com/1RedOne/ArmJsonOsTargetingConditionParser ) 
34+ >  [ ` 1RedOne/JavaScriptWindowFingerprintingExperiment ` ] ( https://github.com/1RedOne/JavaScriptWindowFingerprintingExperiment ) 
3235
3336This repo builds a single-page app (` index.html ` , etc.) and publishes it to GitHub Pages using the classic GitHub pages * DeployFromBranch*  model, deploying from the ` main `  or ` master `  branches.
3437
3538You can confirm it is published successfully at:
3639
3740> https://github.com/1RedOne/AdoPipelineView/settings/pages 
3841> https://github.com/1RedOne/ArmJsonOsTargetingConditionParser/deployments/github-pages 
42+ > https://github.com/1RedOne/JavaScriptWindowFingerprintingExperiment/actions 
3943
4044--- 
4145
0 commit comments