Ajax Test 1

<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8">
  <title>jQuery load() sample</title>
 </head>
 <body>
  <h1>Nu-SCP RAW CSS CODE</h1>
  <pre id="import"></pre>
<hr>
  <pre id="page"></pre>
 
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  <script>
    $(function() {
      $('#page').load('https://nu-scptheme.github.io/Nu-SCP/styles/main.css');
    });
  </script>
 </body>
</html>
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License