Skip to content

Instantly share code, notes, and snippets.

@masui
Created April 16, 2014 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masui/10792964 to your computer and use it in GitHub Desktop.
Save masui/10792964 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>title</title>
<script language="JavaScript" src="test.js"></script>
<script type="text/javascript">
alert(100);
</script>
<link rel="stylesheet" href="test.css" type="text/css">
<style type="text/css">
<!--
-->
</style>
</head>
<body>
aaaaa
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment