-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Added Example(learning github) #2325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
<title>Shiny Sound</title> | ||
|
||
<!-- Recommended meta tags --> | ||
<meta charset="UTF-8" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI />
has no meaning in HTML, it has meanings in XHTML and XML (or JSX) but not in HTML so you never need the self closing tag because void elements never need that.
I know this is common misconception out there, I just wanted to point that out since the purpose of this PR is to learn 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied the code from pyscript.com why is it not changed over there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When CI fixes something (in this case it's prettier) you should git pull
from this branch to update your local version with those fixes back/applied.
There is a major comment around where tests should go and a "nitpick" around the fact something is not really needed.
I am adding this review as part of the "learning" process, so that this PR cannot move forward until comments or other things are either agreed or approved as change.
FYI to rebase this branch you can follow command line instruction or To configure upstream: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-repository-for-a-fork |
Description
Changes
Checklist
make build
works locally.