my tanglesite :O june.tngl.io
1

Configure Feed

Select the types of activity you want to include in your feed.

build: deploy

commit: 8f791536ca18dff56e81bc1222a4ec588a261434
change-id: rnptxtmpwvloztltnulkuwxprqrnqoxs

june (Jul 6, 2026, 8:25 PM +0200) ebc24e38

+95
+9
index.html
··· 1 + <!DOCTYPE html><!-- 2 + Copyright 2026 june 3 + 4 + Licensed under the Apache License, Version 2.0 (the "License"); 5 + you may not use this file except in compliance with the License. 6 + You may obtain a copy of the License at 7 + 8 + https://tangled.org/did:plc:s4om5qbdtjzf53vsl4rxklbt/blob/main/LICENSE 9 + --><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="color-scheme" content="dark"><meta name="darkreader-lock"><title>juneeeee</title><meta name="title" content="juneeeee"><meta name="description" content="meow meow meow meow meow meow meow meow"><meta name="theme-color" content="#cbe3b3"><link rel="stylesheet" href="/static/styles.css"><link rel="canonical" href="https://june.tngl.io"><link type="image/x-icon" href="https://koi.rip/img/favicon.ico" sizes="32x32 64x64 96x96 128x128 256x256" rel="icon"><link rel="me atproto" href="https://bsky.app/profile/did:plc:b26ewgkrnx3yvsp2cdao3ntu"><meta property="og:title" content="juneeeee"><meta property="og:description" content="meow meow meow meow meow meow meow meow"><meta property="og:locale" content="es_US"><meta property="og:type" content="website"><meta property="og:url" content="https://june.tngl.io"></head><body><h1>june</h1><ul><li><a target="_blank" href="https://tangled.org/did:plc:b26ewgkrnx3yvsp2cdao3ntu">tangled</a></li><li><a target="_blank" href="https://bsky.app/profile/did:plc:b26ewgkrnx3yvsp2cdao3ntu">bluesky</a></li><li><a target="_blank" href="https://koi.rip">website</a></li><li><a target="_blank" href="https://git.koi.rip">forgejo</a></li></ul></body></html>
static/MapleMono-Regular.woff2

This is a binary file and will not be displayed.

+86
static/styles.css
··· 1 + /* 2 + * Copyright 2026 june 3 + * 4 + * Licensed under the Apache License, Version 2.0 (the "License"); 5 + * you may not use this file except in compliance with the License. 6 + * You may obtain a copy of the License at 7 + * 8 + * https://tangled.org/did:plc:s4om5qbdtjzf53vsl4rxklbt/blob/main/LICENSE 9 + */ 10 + :root { 11 + --text-margin: 0 0 1rem; 12 + } 13 + 14 + html, 15 + body { 16 + padding: 0; 17 + margin: 0; 18 + height: 100%; 19 + } 20 + 21 + html { 22 + font-size: 20px; 23 + } 24 + 25 + body { 26 + box-sizing: border-box; 27 + padding: 1rem; 28 + 29 + font-family: "Maple Mono", monospace; 30 + 31 + color: #f8f9e8; 32 + background-color: #232a2e; 33 + line-height: 1.5; 34 + 35 + display: flex; 36 + flex-direction: column; 37 + justify-content: center; 38 + align-items: center; 39 + 40 + user-select: none; 41 + } 42 + 43 + a, 44 + h1 { 45 + transition: text-shadow 250ms ease; 46 + } 47 + 48 + a { 49 + cursor: pointer; 50 + text-decoration: unset; 51 + color: #cbe3b3; 52 + text-shadow: color-mix(in hsl, currentColor 10%, transparent) 0 0 0.5rem; 53 + &:hover { 54 + text-shadow: color-mix(in hsl, currentColor 40%, transparent) 0 0 0.5rem; 55 + } 56 + } 57 + 58 + h1 { 59 + text-shadow: color-mix(in hsl, currentColor 30%, transparent) 0 0 1rem; 60 + &:hover { 61 + text-shadow: color-mix(in hsl, currentColor 40%, transparent) 0 0 1rem; 62 + } 63 + } 64 + 65 + ul { 66 + padding: 0; 67 + list-style: none; 68 + gap: 0 1rem; 69 + display: flex; 70 + flex-wrap: wrap; 71 + justify-content: space-evenly; 72 + } 73 + 74 + p, 75 + h1, 76 + ul { 77 + margin: var(--text-margin); 78 + } 79 + 80 + @font-face { 81 + font-family: "Maple Mono"; 82 + src: url("/static/MapleMono-Regular.woff2") format("woff2"); 83 + font-style: normal; 84 + font-feature-settings: "liga", "tnum"; 85 + font-variant-ligatures: contextual; 86 + }