diff options
| author | WindowsAddict | 2025-08-27 22:10:34 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-27 22:10:34 +0000 |
| commit | b79252abe13b95c5dee1a85ed86ea78e814855df (patch) | |
| tree | 7e80a74992a2715c483c95560079287c21fc50b9 | |
| parent | a38235a6345795c385edd3b151ea6bef74f949aa (diff) | |
| download | activated.win-b79252abe13b95c5dee1a85ed86ea78e814855df.zip | |
Update to work with worker site
| -rw-r--r-- | build/css/style.css (renamed from css/style.css) | 0 | ||||
| -rw-r--r-- | build/favicon.ico (renamed from favicon.ico) | bin | 7886 -> 7886 bytes | |||
| -rw-r--r-- | build/img/bg.png (renamed from img/bg.png) | bin | 37129 -> 37129 bytes | |||
| -rw-r--r-- | build/img/github.svg (renamed from img/github.svg) | 0 | ||||
| -rw-r--r-- | build/img/logo.png (renamed from img/logo.png) | bin | 29329 -> 29329 bytes | |||
| -rw-r--r-- | build/index.html (renamed from index.html) | 0 | ||||
| -rw-r--r-- | wrangler.jsonc | 7 |
7 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/build/css/style.css index a9902c1..a9902c1 100644 --- a/css/style.css +++ b/build/css/style.css diff --git a/favicon.ico b/build/favicon.ico Binary files differindex fc6201e..fc6201e 100644 --- a/favicon.ico +++ b/build/favicon.ico diff --git a/img/bg.png b/build/img/bg.png Binary files differindex a3722ca..a3722ca 100644 --- a/img/bg.png +++ b/build/img/bg.png diff --git a/img/github.svg b/build/img/github.svg index 0da8a90..0da8a90 100644 --- a/img/github.svg +++ b/build/img/github.svg diff --git a/img/logo.png b/build/img/logo.png Binary files differindex 0c7adf9..0c7adf9 100644 --- a/img/logo.png +++ b/build/img/logo.png diff --git a/index.html b/build/index.html index d22d83c..d22d83c 100644 --- a/index.html +++ b/build/index.html diff --git a/wrangler.jsonc b/wrangler.jsonc new file mode 100644 index 0000000..bddb9be --- /dev/null +++ b/wrangler.jsonc @@ -0,0 +1,7 @@ +{
+ "name": "activated-win",
+ "compatibility_date": "2025-08-27",
+ "assets": {
+ "directory": "./build"
+ }
+}
|
