diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2ba986f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index fef83dc..29df750 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -# COMPS VII - Example Repository - -This is an example repository to practice your git and GitHub skill on. To get started, you should: -1. Fork this repository by clicking "Fork". -2. Press the green "Code" button and copy the URL. -3. In your terminal, run the command -```bash -git clone YOUR_URL_HERE -``` +# html-practice +!st practice html +wassup \ No newline at end of file diff --git a/example.txt b/example.txt deleted file mode 100644 index 1ac9429..0000000 --- a/example.txt +++ /dev/null @@ -1,8 +0,0 @@ -My Grocery List -- Apples -- Bananas -- Potato Chips -- Eggs -- Butter -- Sugar -- Lemons diff --git a/html-practice b/html-practice new file mode 160000 index 0000000..532ac49 --- /dev/null +++ b/html-practice @@ -0,0 +1 @@ +Subproject commit 532ac49ce16f6f2348088b786d53ed0e6f7a60c9 diff --git a/index.html b/index.html new file mode 100644 index 0000000..80b5171 --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + My Music Page + + +

My Music Pages

+

This is a page all about the music and artists that I like!

+ +

Taylor Swift, Sabrina Carpenter, Chapelron

+

Favorite songs

+ an image of dc + +

Learn more about DC the Don here!

+ + + +

Best albums

+
    +
  1. My Own Worst Enemy
  2. +
  3. Malcolm Todd Still
  4. +
  5. Trust Ceremony
  6. +
+ +

See my other favorite artists!

+ + +

Sabrina

+

Go home

+ + \ No newline at end of file diff --git a/sabrina.html b/sabrina.html new file mode 100644 index 0000000..e69de29 diff --git a/taylor.html b/taylor.html new file mode 100644 index 0000000..e69de29