Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnu committed Oct 12, 2023
1 parent 9f8f83e commit fe7932d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# 06-Embed/docs

<<<<<<< HEAD
This directory is configured (in the repo settings) to be served by github pages
at this base URL: https://cs7290.github.io/fall-2023/
=======
This directory is configured (in the repo settings) to be served with github pages
here: [https://cs7290.github.io/fall-2023/](https://cs7290.github.io/fall-2023/)
>>>>>>> 486a6646648c26a2de17bd20703df93182adb0ed

## minimal web page

* [Anatomy of an HTML document](https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#anatomy_of_an_html_document) -- mdn
* Note: You need to click the link in the right-hand menu bar -- it doesn't get there automatically
<<<<<<< HEAD
* I've saved this demo in the local file `./index.html`
* By convention, `index.html` is the default file for any web server -- if it's there, it'll be served
* And the `.docs` directory is default directory for github pages for this repo.
Expand Down Expand Up @@ -60,7 +54,6 @@ You've been warned;-)
Welcome to the world wide web;-)
* [Mozilla Development Network (mdn)](http://developer.mozilla.org) is your friend, and the authoritative
resource to help you figure things out.
=======
* I've saved that demo into "./index.html"
* The github pages site: [https://cs7290.github.io/fall-2023/](https://cs7290.github.io/fall-2023/)
* To view it locally in your browser (better for development because it's instantaneous)...
Expand Down Expand Up @@ -90,7 +83,6 @@ Then browse to: http://localhost:8000
* the most common:
* type (element, e.g., div, h1, etc.) -- no prefix
* class (element's class attribute) -- uses the "." prefix
>>>>>>> 486a6646648c26a2de17bd20703df93182adb0ed

## bootstrap 5

Expand Down

0 comments on commit fe7932d

Please sign in to comment.