<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
:rootに"Hiragino Kaku Gothic ProN"<br>
理由を知らぬ科学者たちが忠告を聞き入れなかったため私はこの陳述を余儀なくされた。現在意図されている南極への侵入――大規模な化石狩りと大掛かりなボーリング及び太古の万年氷雪の融解とを伴う計画に反対する理由を述べることは、全く以て私の意に反するのだ。私の発する警告が無駄になるかもしれないと思うと、尚更気が進まない。私はリアルな事実を開示しなければならないのだが、それらに対する疑念は当然起こるべきものである。だが、途方もないもの、信じ難いものを除いてしまえば後には何一つ残らないだろう。これまで発表を見合わせてきた写真、通常の写真も航空写真もあるのだが、それらは忌々しいほど鮮明かつ写実的なので私に味方してくれるはずだ。それでも尚、それらは巧妙な捏造が可能な遠距離撮影であるため疑われることになろう。インクによる線画は無論のこと明白なぺてんだとして馬鹿にされて終わりだ。美術の専門家を瞠目させ当惑させる技巧上の特異性にも拘らず。
</body>
</html>
:root{
font-family: "Hiragino Kaku Gothic ProN";
}
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |