Domain art.veldi.dev
United States
GOOGLE-CLOUD-PLATFORM
  • Git configuration and history exposed
    First seen 2025-08-16 14:54
    Last seen 2026-01-03 21:17
    Open for 140 days
    • Severity: critical
      Fingerprint: 2580fa947178c88c8f88f4f64b143e4f192660cba918840231b48733493699fb

      [init]
      	defaultBranch = none
      [fetch]
      	recurseSubmodules = false
      [credential]
      	interactive = never
      [gc]
      	autoDetach = false
      [http]
      	extraHeader = X-Gitaly-Correlation-ID: c0e0277f4bda5139ab57b15c5eafc8f5
      [transfer]
      	bundleURI = true
      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://gitlab-ci-token:glcbt-69_TWUD-CyTxwEim9oU6Gv1@gitlab.com/sundarj/art.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [lfs]
      	repositoryformatversion = 0
      
      Found on 2026-01-03 21:17
      510 Bytes
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-12 21:07

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Mon, 12 Jan 2026 21:17:57 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KET0JXAAAAFNS8PB19E1CH4Y
    Date: Mon, 12 Jan 2026 21:07:57 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 3 hours ago by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-11 21:08

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Sun, 11 Jan 2026 21:18:05 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KEQE6EA07CMVXTVJ0ECQRZTH
    Date: Sun, 11 Jan 2026 21:08:05 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found one day ago by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-10 21:10

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Sat, 10 Jan 2026 21:20:54 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KEMVYVW7618TGM93SQ5X1SGP
    Date: Sat, 10 Jan 2026 21:10:54 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-09 21:31

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Fri, 09 Jan 2026 21:41:16 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KEJAQE724JEQ9HXQM100YX64
    Date: Fri, 09 Jan 2026 21:31:16 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-08 21:41

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Thu, 08 Jan 2026 21:51:05 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KEFRWQ0R5Z8T3NA512GE9QWM
    Date: Thu, 08 Jan 2026 21:41:05 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-07 21:25

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Wed, 07 Jan 2026 21:35:28 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KED5KC76HD7DXXV22HQ0BM2V
    Date: Wed, 07 Jan 2026 21:25:28 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-06 21:16

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Tue, 06 Jan 2026 21:26:25 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KEAJP3EWMG8DE7ZF1QGYSJWE
    Date: Tue, 06 Jan 2026 21:16:25 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-03 21:17

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Sat, 03 Jan 2026 21:27:57 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KE2VJR3CXDYWTJ58YXP8JGM1
    Date: Sat, 03 Jan 2026 21:17:57 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-02 21:33

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Fri, 02 Jan 2026 21:43:50 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KE0A33XJS3S3DXWBT66N8YKW
    Date: Fri, 02 Jan 2026 21:33:50 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2026-01-01 21:30

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Thu, 01 Jan 2026 21:40:28 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KDXQG78K4S541A4ZEN01ZJ4R
    Date: Thu, 01 Jan 2026 21:30:28 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2025-12-31 21:37

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Wed, 31 Dec 2025 21:47:31 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KDV5GDQAD4SHK78AEN3Y0C19
    Date: Wed, 31 Dec 2025 21:37:31 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2025-12-30 21:34

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Tue, 30 Dec 2025 21:44:39 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KDRJYF1PC5BDQTKEZZBDG4AG
    Date: Tue, 30 Dec 2025 21:34:39 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2025-12-23 03:04

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Tue, 23 Dec 2025 03:14:16 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KD4JM8B3NM5SCZZF0XEPF13T
    Date: Tue, 23 Dec 2025 03:04:16 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 35.185.44.232:443 · art.veldi.dev

    2025-12-20 12:42

    HTTP/1.1 200 OK
    Cache-Control: max-age=600
    Content-Length: 23770
    Content-Type: text/html; charset=utf-8
    Etag: "8502969cd96b25859663402c022e28ca1ce9985f0db789013317aac25d54f6d6"
    Expires: Sat, 20 Dec 2025 12:53:00 UTC
    Last-Modified: Sat, 26 Jul 2025 16:38:09 GMT
    Permissions-Policy: interest-cohort=()
    Vary: Origin
    X-Request-Id: 01KCXWHSNNK3GSSW09EXAMSFT6
    Date: Sat, 20 Dec 2025 12:43:00 GMT
    Connection: close
    
    Page title: Art
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Art</title>
        <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap" rel="stylesheet">
        <style>
    /* Document
    * ========================================================================== */
    
    /**
    * 1. Add border box sizing in all browsers (opinionated).
    * 2. Backgrounds do not repeat by default (opinionated).
    */
    
    *,
    ::before,
    ::after {
      box-sizing: border-box; /* 1 */
      background-repeat: no-repeat; /* 2 */
    }
    
    /**
     * 1. Add text decoration inheritance in all browsers (opinionated).
     * 2. Add vertical alignment inheritance in all browsers (opinionated).
     */
    
    ::before,
    ::after {
      text-decoration: inherit; /* 1 */
      vertical-align: inherit; /* 2 */
    }
    
    /**
     * 1. Use the default cursor in all browsers (opinionated).
     * 2. Change the line height in all browsers (opinionated).
     * 3. Breaks words to prevent overflow in all browsers (opinionated).
     * 4. Use a 4-space tab width in all browsers (opinionated).
     * 5. Remove the grey highlight on links in iOS (opinionated).
     * 6. Prevent adjustments of font size after orientation changes in iOS.
     */
    
    :where(:root) {
      cursor: default; /* 1 */
      line-height: 1.5; /* 2 */
      overflow-wrap: break-word; /* 3 */
      -moz-tab-size: 4; /* 4 */
      tab-size: 4; /* 4 */
      -webkit-tap-highlight-color: transparent; /* 5 */
      -webkit-text-size-adjust: 100%; /* 6 */
    }
    
    /* Sections
     * ========================================================================== */
    
    /**
     * Remove the margin in all browsers (opinionated).
     */
    
    :where(body) {
      margin: 0;
    }
    
    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Edge, Firefox, and Safari.
     */
    
    :where(h1) {
      font-size: 2em;
      margin: 0.67em 0;
    }
    
    /* Grouping content
     * ========================================================================== */
    
    /**
     * Remove the margin on nested lists in Chrome, Edge, and Safari.
     */
    
    :where(dl, ol, ul) :where(dl, ol, ul) {
      margin: 0;
    }
    
    /**
     * 1. Correct the inheritance of border color in Firefox.
     * 2. Add the correct box sizing in Firefox.
     */
    
    :where(hr) {
      color: inherit; /* 1 */
      height: 0; /* 2 */
    }
    
    /**
     * Remove the list style on navigation lists in all browsers (opinionated).
     */
    
    :where(nav) :where(ol, ul) {
      list-style-type: none;
      padding: 0;
    }
    
    /**
     * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
     */
    
    :where(nav li)::before {
      content: "\200B";
      float: left;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     * 3. Prevent overflow of the container in all browsers (opinionated).
     */
    
    :where(pre) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
      overflow: auto; /* 3 */
    }
    
    /* Text-level semantics
     * ========================================================================== */
    
    /**
     * Add the correct text decoration in Safari.
     */
    
    :where(abbr[title]) {
      text-decoration: underline;
      text-decoration: underline dotted;
    }
    
    /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
    
    :where(b, strong) {
      font-weight: bolder;
    }
    
    /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
    
    :where(code, kbd, samp) {
      font-family: monospace, monospace; /* 1 */
      font-size: 1em; /* 2 */
    }
    
    /**
     * Add the correct font size in all browsers.
     */
    
    :where(small) {
      font-size: 80%;
    }
    
    /* Embedded content
     * ========================================================================== */
    
    /*
     * Change the alignment on media elements in all browsers (opinionated).
     */
    
    :where(audio, canvas, iframe, img, svg, video) {
      vertical-align: middle;
    }
    
    /**
     * Remove the border on iframes in all browsers (opinionated).
     */
    
    :where(iframe) {
      border-style: none;
    }
    
    /**
     * Change the fill color to match the text color in all browsers (opinionated).
     */
    
    :where(svg:n
    Found 2025-12-20 by HttpPlugin
    Create report
art.veldi.dev
CN:
art.veldi.dev
Key:
RSA-4096
Issuer:
R13
Not before:
2025-11-25 17:52
Not after:
2026-02-23 17:52
Domain summary
IP summary