Skip to content

Instantly share code, notes, and snippets.

@mgng
Created February 15, 2013 02:33
Show Gist options
  • Save mgng/4958175 to your computer and use it in GitHub Desktop.
Save mgng/4958175 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes, target-densityDpi=medium-dpi" />
<meta name="format-detection" content="telephone=no" />
<title>noscript test</title>
</head>
<body>
<h1>noscript test</h1>
<script type="text/javascript">document.writeln("ちんぽ");</script>
<noscript><a href="http://www.google.com">google.com</a></noscript>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment