Skip to content

Instantly share code, notes, and snippets.

@wan2land
Created August 7, 2020 01:19
Show Gist options
  • Save wan2land/aefdca902ce6f219315e1d3077860ff3 to your computer and use it in GitHub Desktop.
Save wan2land/aefdca902ce6f219315e1d3077860ff3 to your computer and use it in GitHub Desktop.

Revisions

  1. Changwan Jun created this gist Aug 7, 2020.
    12 changes: 12 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!doctype html>
    <html lang="en">
    <head>
    <meta charset="utf-8">
    <title>GistRun</title>
    <link rel="stylesheet" href="styles.css">
    </head>
    <body>
    <h1>Hello world!</h1>
    <script src="script.js"></script>
    </body>
    </html>
    1 change: 1 addition & 0 deletions script.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    console.log('Hello World!');
    1 change: 1 addition & 0 deletions styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    /* todo: add styles */