Skip to content

Instantly share code, notes, and snippets.

@tuchida
Created July 16, 2014 23:46
Show Gist options
  • Save tuchida/96db344c0c27ab379534 to your computer and use it in GitHub Desktop.
Save tuchida/96db344c0c27ab379534 to your computer and use it in GitHub Desktop.
jsとcssを1ファイルに
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="test.cjs">
</head>
<body>
<script src="test.cjs"></script>
</body>
</html>
<!--/*
document.write('hello');
/*/
body {
background-color: red;
}
//*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment