diff --git a/README.md b/README.md index 5e9e1fd..7ae9af6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -# Chatbot - -Please see the instructions [here](https://docs.google.com/document/d/1BP27Tjgit66o6kLpzu8RMnPr7M5GWpC_2N05DvMMTUE/). +Welcome to Glitch +Click Show in the header to see your app live. Updates to your code will instantly deploy and update live. + +Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you. + +Find out more about Glitch. + +Your Project +← README.md +That's this file, where you can tell people what your cool website does and how you built it. + +← index.html +Where you'll write the content of your website. + +← style.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. + +← assets +Drag in assets, like images or music, to add them to your project + +Made by Glitch +\ ゜o゜)ノ diff --git a/chatbot_style.css b/chatbot_style.css deleted file mode 100755 index a915556..0000000 --- a/chatbot_style.css +++ /dev/null @@ -1,53 +0,0 @@ -button { - font-family: Helvetica; - font-size: 10pt; - /*width: 92px;*/ -} - -textarea { - font-family: arial; - font-size: 10pt; -} - -body { - color: #333; - background-color: #efefef; - font: 13px helvetica, arial, freesans, clean, sans-serif; -} - -#demo { - width: 80%; - max-width: 1000px; - margin-left: auto; - margin-right: auto; - padding: 20px; - - background-color: #F8F8F8; - border: 1px solid #ccc; - box-shadow: 0 0 10px #999; - line-height: 1.4em; - font: 13px helvetica, arial, freesans, clean, sans-serif; - color: black; -} - -#demo #input { - padding: 8px; - font-size: 14px; - border: 1px solid #ddd; - width: 400px; -} - -#demo textarea { - padding: 8px; - font-size: 14px; - border: 1px solid #ddd; - width: 800px; -} - -input:focus { - outline: none; -} - -textarea:focus { - outline: none; -} \ No newline at end of file diff --git a/index.html b/index.html index c516c16..caa5076 100755 --- a/index.html +++ b/index.html @@ -1,33 +1,37 @@ - -
-