Skip to content
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

Wrong character encoding + missing .htaccess file for 404 page linked + Mismatched H1-H3 tags tags #9

Open
angeryrohan opened this issue Oct 24, 2018 · 0 comments

Comments

@angeryrohan
Copy link

angeryrohan commented Oct 24, 2018

character encoding should be UTF-8

it can be fixed by typing in after the starting of tags in index.html, Basically, the computer fails to interpret stuff that you should specify in the starting to let computer know of the things that it's going to deal with.

encoding error

No .htaccess file to link Error 404 Page

You can link it by typing in "ErrorDocument 404 /404.html" inside the .htaccess folder, NOTE: It should be placed in the same directory as that of index.html

htaccess

Mismatched tags basic html "h3" tags (as in auth.htpl.html)

mismatched tags

Parsing Error:

The following file isn't meant to be parsed as XML

all errors

Find this task on my website: http://itsrohan.com/gci/gcitasks

------END------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant