Domain pic.darylsun.page
United States
Hetzner Online GmbH
  • Open service 2a01:4ff:1f2:58a2::1:80 · pic.darylsun.page

    2026-01-25 12:24

    HTTP/1.1 302 Found
    Content-Type: text/html; charset=UTF-8
    Location: https://pic.darylsun.page
    Omg: lol
    Status: 302 Found
    Via: 0.0 Caddy
    Date: Sun, 25 Jan 2026 12:24:38 GMT
    Content-Length: 0
    Connection: close
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2a01:4ff:1f2:58a2::1:443 · pic.darylsun.page

    2026-01-25 12:24

    HTTP/1.1 200 OK
    Access-Control-Allow-Headers: *
    Access-Control-Allow-Origin: *
    Alt-Svc: h3=":443"; ma=2592000
    Cache-Control: no-store, no-cache, must-revalidate
    Content-Type: text/html; charset=UTF-8
    Date: Sun, 25 Jan 2026 12:24:10 GMT
    Edge: usw-web-lorxu
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Last-Updated: 1769343850
    Omg: lol
    Permission-Policy: interest-cohort=(),browsing-topics=()
    Pragma: no-cache
    Set-Cookie: PHPSESSID=101eb68932e76560dd0b4f356fc7c48b; path=/
    Set-Cookie: __Secure-neatnik=6YwwzPU32IzDMe5VOk3rFzqtFAvPIU6t1ju1IxqMHa2YAUlSgNdWyF8%3D; expires=Mon, 25 Jan 2027 12:24:09 GMT; Max-Age=31536000; path=/; secure; HttpOnly; SameSite=Lax; Secure
    Strict-Transport-Security: max-age=31536000
    Via: 1.1 Caddy
    X-Content-Type-Options: nosniff
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: darylsun.some.pics
    
    <!DOCTYPE html>
    <html lang="en" color-mode="dark">
    <head>
    <title>darylsun.some.pics</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <meta name="theme-color" content="">
    <meta property="title" content="darylsun.some.pics">
    <meta property="description" content="@darylsun’s pictures at some.pics">
    <meta property="og:type" content="website">
    <meta property="og:title" content="darylsun.some.pics">
    <meta property="og:description" content="@darylsun’s pictures at some.pics">
    <meta property="og:image" content="https://cdn.some.pics/darylsun/64e9f161837ae.webp?width=500">
    <!-- Twitter stuff is only here because Discord uses it, lol -->
    <meta name="twitter:title" content="darylsun.some.pics">
    <meta name="twitter:description" content="@darylsun’s pictures at some.pics">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:image:src" content="https://cdn.some.pics/darylsun/64e9f161837ae.webp?width=500">
    <link rel="alternate" type="application/rss+xml" title="RSS feed" href="/rss">
    <link rel="stylesheet" href="https://cache.lol/css/lol.css">
    <link href="https://social.lol/@darylsun" rel="me">
    <script src="https://cache.lol/js/lol.pre.js"></script>
    
    <style>
    
    .pics {
    	display: flex;
    	flex-wrap: wrap;
    	gap: var(--fluid-0);
    }
    
    .pic {
    	flex-grow: 1;
    	flex-basis: 10em;
    	border: 0px solid green;
    }
    
    .pic .img {
    	display: block;
    	border: 0px solid red;
    	width: 100%;
    	height: clamp(10em, 15em, 20em);
    	aspect-ratio: 1 / 1;
    }
    
    .pic img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	border-top-left-radius: .3em;
    	border-top-right-radius: .3em;
    }
    
    .full {
    	border-radius: .3em;
    }
    
    .info {
    	display: flex;
    	gap: var(--fluid-0);
    	color: var(--foreground-color);
    	background: var(--background-color-darker);
    	padding: calc(var(--fluid-0) / 2);
    	border-bottom-left-radius: .3em;
    	border-bottom-right-radius: .3em;
    	font-size: 80%;
    }
    
    .info a {
    	color: var(--foreground-color);
    }
    
    .info-bit {
    	flex-grow: 0;
    }
    
    .hidden-flex-item {
    	content: "";
    	flex: 1;
    	padding: 5px;
    	visibility: hidden;
    }
    
    .pic_showcase {
    	display: flex;
    	flex-wrap: wrap;
    	gap: var(--fluid-3);
    }
    
    .pic_display {
    	width: 30em;
    	flex-grow: 1;
    }
    
    .pic_display img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    
    .pic_info {
    	width: 20%;
    	flex-grow: 1;
    }
    
    .exif .value {
    	word-break: break-all;
    	overflow-wrap: break-word;
    }
    
    .tags {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    
    .tags li {
    	display: inline-block;
    	text-decoration: none;
    	margin-right: .3em;
    	font-size: 85%;
    	border: 1px solid var(--foreground-color);
    	padding: 0;
    	border-radius: .2em;
    	opacity: .8;
    }
    
    .tags li a:before {
    	font-family: "Font Awesome 7 Pro";
    	font-weight: bold;
    	content: "\f02b";
    	margin-right: .3em;
    }
    
    .tags li a {
    	text-decoration: none;
    	padding: .5em;
    }
    
    .address:before {
    	font-family: "Font Awesome 7 Pro";
    	font-weight: 300;
    	content: "\40";
    	margin-right: .3em;
    }
    
    .file-format:before {
    	font-family: "Font Awesome 7 Pro";
    	font-weight: 300;
    	content: "\f15b";
    	margin-right: .3em;
    }
    
    .camera-model:before {
    	font-family: "Font Awesome 7 Pro";
    	font-weight: 300;
    	content: "\f030";
    	margin-right: .3em;
    }
    
    .width:before {
    	font-family: "Font Awesome 7 Pro";
    	font-weight: 300;
    	content: "\f61c";
    	margin-right: .3em;
    }
    
    a:has(.address) {
    	text-decoration: none;
    }
    
    .tagged {
    	opacity: .5;
    }
    
    </style>
    
    </head>
    
    <body>
    
    <header>
    	<section>
    		<h1><a href="https://pic.darylsun.page"><img src="https://cdn.cache.lol/img/prami.svg"> pic.darylsun.page</a> </h1>
    	</section>
    	<section>
    		<button class="color-mode__btn light--hidden" aria-label="Toggle light mode"><i class="fa-light fa-moon"></i></button>
    		<button class="color-mode__btn dark--hidden" aria-label="Toggle dark mode"><i class="fa-light fa-sun-bright"></i></button>
    	</section>
    </header>
    
    <main>
    
    
    
    <div class="pics">
    
    	
    	<div class="pic">
    		<span class="img">
    			<a href="/64e9f161837ae"><img alt="A wide shot of a starry night sky, awash in hues and shades of violet and blue. This photograph was taken by [Jeremy Thomas](https://jeremythomasphoto.com/)." src="https://cdn.some.pics/darylsun/64e9f1
    Found 2026-01-25 by HttpPlugin
    Create report
pic.darylsun.page
CN:
Key:
ECDSA-256
Issuer:
YE1
Not before:
2026-01-25 11:24
Not after:
2026-02-01 03:24
Domain summary
IP summary