openfree commited on
Commit
ef03c9c
·
verified ·
1 Parent(s): ea947e6

Update index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +16 -2
index.html CHANGED
@@ -6926,5 +6926,19 @@ function switchTab(page, tab, el){
6926
 
6927
  <script>
6928
  function ctBranch(el,t){document.querySelectorAll("#page-contact .ct-branch").forEach(function(c){c.style.borderColor="var(--border)";c.style.background="var(--card)";});el.style.borderColor="var(--ind)";el.style.background="var(--ind-xl)";var f=document.getElementById("ct-type");if(f)f.value=t;var fm=document.getElementById("ct-form");if(fm)fm.scrollIntoView({behavior:"smooth",block:"center"});}
6929
- window.addEventListener("load",function(){if((location.search||"").indexOf("submitted=1")>=0){try{showPage("contact");var s=document.getElementById("ct-success");if(s)s.style.display="block";if(history.replaceState)history.replaceState(null,"",location.pathname);}catch(e){}}});
6930
- </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6926
 
6927
  <script>
6928
  function ctBranch(el,t){document.querySelectorAll("#page-contact .ct-branch").forEach(function(c){c.style.borderColor="var(--border)";c.style.background="var(--card)";});el.style.borderColor="var(--ind)";el.style.background="var(--ind-xl)";var f=document.getElementById("ct-type");if(f)f.value=t;var fm=document.getElementById("ct-form");if(fm)fm.scrollIntoView({behavior:"smooth",block:"center"});}
6929
+ window.addEventListener("load",function(){if((location.search||"").indexOf("submitted=1")>=0){try{showPage("contact");var s=document.getElementById("ct-success");if(s)s.style.display="block";if(history.replaceState)history.replaceState(null,"",location.pathname);}catch(e){}}});
6930
+ </script>
6931
+
6932
+ <script>
6933
+ document.addEventListener('DOMContentLoaded', function () {
6934
+ var firstBrunchCard = document.querySelector('a[href="https://brunch.co.kr/@seawolf/161"]');
6935
+ if (!firstBrunchCard || document.querySelector('a[href="https://brunch.co.kr/@seawolf/165"]')) return;
6936
+ var card = document.createElement('a');
6937
+ card.href = 'https://brunch.co.kr/@seawolf/165';
6938
+ card.target = '_blank';
6939
+ card.rel = 'noopener';
6940
+ card.style.cssText = 'display:block;border:1px solid var(--border);border-left:4px solid var(--pur);border-radius:12px;padding:12px 14px;text-decoration:none;color:inherit;background:var(--card,#fff)';
6941
+ card.innerHTML = '<div style="font-size:.68rem;color:var(--muted);font-weight:800">2026.08 · 최신 브런치 · @seawolf/165</div><div style="font-size:.9rem;font-weight:800;margin-top:4px;line-height:1.4">AI(로봇)가 왜 인간을 공격하는지 \'인과누설\' 공개</div><div style="font-size:.72rem;color:var(--pur);font-weight:700;margin-top:6px">📖 브런치에서 읽기 →</div>';
6942
+ firstBrunchCard.parentNode.insertBefore(card, firstBrunchCard);
6943
+ });
6944
+ </script>