chris.bracken.jp

Statically generated site for chris.bracken.jp
git clone https://git.bracken.jp/chris.bracken.jp.git
Log | Files | Refs

index.html (2861B)


      1 <!doctype html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <meta name="viewport" content="width=device-width, initial-scale=1">
      6 <title>Monkey Madness - Chris Bracken</title>
      7 <link href="/css/site.css" rel="stylesheet">
      8 <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
      9 <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
     10 <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
     11 <link rel="manifest" href="/favicon/site.webmanifest">
     12 <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#140f42">
     13 <link rel="shortcut icon" href="/favicon/favicon.ico">
     14 <meta name="msapplication-TileColor" content="#603cba">
     15 <meta name="msapplication-config" content="/favicon/browserconfig.xml">
     16 <meta name="theme-color" content="#ffffff">
     17 </head>
     18 <body>
     19 <header id="header">
     20 <div class="site-title">
     21 <h1><a href="/">Chris Bracken</a></h1>
     22 </div>
     23 
     24 <nav class="site-navbar">
     25 <ul id="menu" class="menu">
     26   <li class="menu-item"><a class="menu-item-a" href="/">Home</a></li>
     27   <li class="menu-item"><a class="menu-item-a" href="/about/">About</a></li>
     28   <li class="menu-item"><a class="menu-item-a" href="/code/">Code</a></li>
     29   <li class="menu-item"><a class="menu-item-a" rel="me"href="https://bsd.network/@cbracken">Fediverse</a></li>
     30 </ul>
     31 </nav>
     32 </header>
     33 <main id="main">
     34 <article>
     35 <h2 class="post-title"><a href="https://chris.bracken.jp/2008/08/monkey-madness/">Monkey Madness</a></h2>
     36 22 August 2008
     37 <p>How many police does it take to catch a monkey in one of Tokyo&rsquo;s busiest train
     38 stations? Apparently a lot more than the <a href="https://jp.youtube.com/watch?v=1LbhEJ2NUxE">40 or so that
     39 tried</a>.</p>
     40 <p>The monkey was first spotted around 9:45am on top of the Tokyu Toyoko Line
     41 schedule display, possibly one of the best choices for people-watching in
     42 Shibuya Station, strategically positions between the exit of the Tokyu
     43 department store and the entrance to one of Tokyo&rsquo;s busiest train lines.</p>
     44 <p>It hung around for close to two hours while commuters, shoppers, news crews and
     45 a posse of net-wielding cops showed up, before finally deciding to
     46 <a href="https://jp.youtube.com/watch?v=AKFh-Wc7KSE">make a break for it</a>. Police never did catch the cheeky
     47 monkey, and its current whereabouts are unknown.</p>
     48 <p>Apparently this is the third incident of a monkey getting into a train station
     49 in Tokyo in the last few weeks.</p>
     50 </article>
     51 </main>
     52 
     53 <footer id="footer">
     54 <div class="copyright">
     55 <span xmlns:dct="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#">
     56 The content of this site by
     57 <a rel="cc:attributionURL" href="https://chris.bracken.jp/about"><span rel="cc:attributionName">Chris Bracken</span></a>
     58 is
     59 <a href="https://creativecommons.org/licenses/by/4.0">CC BY 4.0</a>.
     60 </span>
     61 </div>
     62 </footer>
     63 </body>
     64 </html>