Skip to content

Instantly share code, notes, and snippets.

@batako
Created September 15, 2012 13:24
Show Gist options
  • Save batako/3727852 to your computer and use it in GitHub Desktop.
Save batako/3727852 to your computer and use it in GitHub Desktop.
面白いJavascriptの書き方
/*
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Easter egg</title>
</head>
<body>
<div style="width:100%;height:100%;position:relative;">
<div style="width:510;height:430;position:absolute;top:50%;left:50%;margin-left:-255;margin-top:-240;">
<pre style="margin:0;text-align:left;font-family:'MS PGothic',MS Pゴシック;">
アスキーアート
</pre>
</div>
</div>
</body>
</html>
*/
<!--
//Javascriptのソース
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment