From 63e8817656f03df55087ebb7d972be255c035d50 Mon Sep 17 00:00:00 2001 From: tedmdelacruz Date: Wed, 13 Mar 2024 13:14:27 +0000 Subject: [PATCH] deploy: 487320cbf62671c93b516d345bf0b4e937899b03 --- categories/index.html | 2 +- index.html | 4 ++-- posts/hello-world/index.html | 4 ++-- posts/index.html | 4 ++-- posts/strapi-rce-writeup/index.html | 6 +++--- styles.css | 3 +++ tags/index.html | 2 +- 7 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 styles.css diff --git a/categories/index.html b/categories/index.html index 261fcb5..29a2dd7 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,2 +1,2 @@ Categories · tedmdelacruz -

Categories

    \ No newline at end of file +

    Categories

      \ No newline at end of file diff --git a/index.html b/index.html index d7c3655..3924f93 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ tedmdelacruz -
      \ No newline at end of file +
      \ No newline at end of file diff --git a/posts/hello-world/index.html b/posts/hello-world/index.html index 3566ef6..06f91dc 100644 --- a/posts/hello-world/index.html +++ b/posts/hello-world/index.html @@ -1,4 +1,4 @@ Hello World · tedmdelacruz -
      \ No newline at end of file diff --git a/posts/index.html b/posts/index.html index dc69439..208b17c 100644 --- a/posts/index.html +++ b/posts/index.html @@ -1,3 +1,3 @@ Posts · tedmdelacruz -
      \ No newline at end of file +
      \ No newline at end of file diff --git a/posts/strapi-rce-writeup/index.html b/posts/strapi-rce-writeup/index.html index 3e96e22..4918803 100644 --- a/posts/strapi-rce-writeup/index.html +++ b/posts/strapi-rce-writeup/index.html @@ -1,5 +1,5 @@ -Remote code execution in a billion-dollar publicly traded company · tedmdelacruz -
      \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..023e11a --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +div.highlight { + background-color: #272822; +} diff --git a/tags/index.html b/tags/index.html index 5662853..8efbdbb 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,2 +1,2 @@ Tags · tedmdelacruz -

      Tags

        \ No newline at end of file +

        Tags

          \ No newline at end of file