Created
September 15, 2012 13:24
-
-
Save batako/3727852 to your computer and use it in GitHub Desktop.
面白いJavascriptの書き方
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
<!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