Anders and Briegel in Python
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
239B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Title</title>
  6. <link rel="stylesheet" href="main.css">
  7. </head>
  8. <body>
  9. <script src="main.js"></script>
  10. Soft console:
  11. <pre id="soft_console"></pre>
  12. </body>
  13. </html>