Skip to content

Instantly share code, notes, and snippets.

@TravisL12
Created February 18, 2022 06:51
Show Gist options
  • Save TravisL12/1f81a04dd8dda8d07d197b5fd691c7b3 to your computer and use it in GitHub Desktop.
Save TravisL12/1f81a04dd8dda8d07d197b5fd691c7b3 to your computer and use it in GitHub Desktop.

Revisions

  1. TravisL12 created this gist Feb 18, 2022.
    1 change: 1 addition & 0 deletions application.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    console.log("hey there!");
    13 changes: 13 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="styles.css" />
    <title>skel</title>
    </head>
    <body>
    Welcome to the "skel" project
    </body>
    <script src="application.js"></script>
    </html>

    3 changes: 3 additions & 0 deletions styles.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    body {
    margin: 0;
    }