this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+5 -14
.tangled
workflows
public
+4
public/css/style.css
···
a:visited {
color: #fff;
}
···
a:visited {
color: #fff;
}
+
+
img {
+
padding: 1em;
+
}
public/img/yarn.png

This is a binary file and will not be displayed.

+1
public/404.html
···
<html>
<head>
<title>Not Found</title>
···
+
<!DOCTYPE html>
<html>
<head>
<title>Not Found</title>
-14
.tangled/workflows/webhooks.yaml
···
-
when:
-
- event: ["push"]
-
branch: ["main"]
-
-
dependencies:
-
nixpkgs:
-
- curl
-
-
engine: "nixery"
-
-
steps:
-
- name: send webhooks
-
command: |
-
curl -X POST "https://ebbd0a2afd3b.ngrok-free.app/webhooks/push/did:plc:p572wxnsuoogcrhlfrlizlrb/tangled-pages-example/$(git rev-parse HEAD)"
···