commit 7b1b0dba61cc62e2c073bfb7a2f1930f38543c96 Author: System Date: Tue Oct 10 12:57:38 2017 +0000 Checkpoint diff --git a/.config/configstore/update-notifier-npm.json b/.config/configstore/update-notifier-npm.json new file mode 100644 index 0000000..2a891a7 --- /dev/null +++ b/.config/configstore/update-notifier-npm.json @@ -0,0 +1,4 @@ +{ + "optOut": false, + "lastUpdateCheck": 1499855115516 +} \ No newline at end of file diff --git a/.glitch-assets b/.glitch-assets new file mode 100644 index 0000000..89fbc11 --- /dev/null +++ b/.glitch-assets @@ -0,0 +1,3 @@ +{"name":"drag-in-files.svg","date":"2016-10-22T16:17:49.954Z","url":"https://cdn.hyperdev.com/drag-in-files.svg","type":"image/svg","size":7646,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/drag-in-files.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(102, 153, 205)","uuid":"adSBq97hhhpFNUna"} +{"name":"click-me.svg","date":"2016-10-23T16:17:49.954Z","url":"https://cdn.hyperdev.com/click-me.svg","type":"image/svg","size":7116,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/click-me.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(243, 185, 186)","uuid":"adSBq97hhhpFNUnb"} +{"name":"paste-me.svg","date":"2016-10-24T16:17:49.954Z","url":"https://cdn.hyperdev.com/paste-me.svg","type":"image/svg","size":7242,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/paste-me.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(42, 179, 185)","uuid":"adSBq97hhhpFNUnc"} diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bb5ff9 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# My cool website + +This file describes your project to the community. What's your cool website about? What makes it special? + +ヽ(๏∀๏ )ノ + +## ← index.html + +Where you'll write the content of your website. + +## ← styles.css + +CSS files add styling rules to your content + +## ← script.js + +If you're feeling fancy you can add interactivity to your site with Javascript + diff --git a/index.html b/index.html new file mode 100644 index 0000000..b05f3e8 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + Hello! + + + + + + + +

Hi there!

+

+ I'm your cool new webpage. Made with + Glitch +

+ + diff --git a/script.js b/script.js new file mode 100644 index 0000000..78ff560 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log('hi'); \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..f57aec1 --- /dev/null +++ b/styles.css @@ -0,0 +1,3 @@ +h1 { + color: fuchsia; +} \ No newline at end of file