Skip to content

Instantly share code, notes, and snippets.

@xiongchengqing
Last active March 14, 2022 02:13
Show Gist options
  • Select an option

  • Save xiongchengqing/b9d4fb58406dd3eb5c93a5bdf450092d to your computer and use it in GitHub Desktop.

Select an option

Save xiongchengqing/b9d4fb58406dd3eb5c93a5bdf450092d to your computer and use it in GitHub Desktop.

Revisions

  1. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion script.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ‎‎
    console.log('Hello World');
  2. xiongchengqing revised this gist Mar 14, 2022. No changes.
  3. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion style.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    body {
    bgc-color: red;
    background-color: #f5f5f5;
    }
  4. xiongchengqing revised this gist Mar 14, 2022. No changes.
  5. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JS PLAYGROUND</title>
    <style link="./style.css"></style>
    <link rel="stylesheet" href="./style.css">
    <script src="./script.js"></script>
    </head>
    <body>
  6. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion style.css
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    ‎‎​
    body {
    bgc-color: red;
    }
  7. xiongchengqing revised this gist Mar 14, 2022. No changes.
  8. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JS PLAYGROUND</title>
    <style link="./style.css"></style>
    <script src="./script.js"></script>
    </head>
    <body>
  9. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>JS PLAYGROUND</title>
    <script src="./script.js"></script>
    </head>
    <body>

  10. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <title>JS PLAYGROUND</title>
    </head>
    <body>

  11. xiongchengqing revised this gist Mar 14, 2022. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -1 +1,12 @@
    ‎‎​
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    </head>
    <body>

    </body>
    </html>
  12. xiongchengqing created this gist Mar 14, 2022.
    4 changes: 4 additions & 0 deletions codeswing.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {
    "scripts": [],
    "styles": []
    }
    1 change: 1 addition & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​
    1 change: 1 addition & 0 deletions script.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎
    1 change: 1 addition & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​