TeddyFrye / signup

An exercise in advanced HTML, CSS, and JS via making a sign-up form. Project details can be found on the Odin Project here: https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-sign-up-form.
https://teddyfrye.github.io/signup/
0 stars 0 forks source link

switch to a relative link, rather than absolutely linking to the #1

Open charlesfrye opened 1 year ago

charlesfrye commented 1 year ago

eg here: https://github.com/TeddyFrye/signup/blob/e480359d19f5cff3c09571a9331c0465eec0d068/index.html#LL10C13-L10C13

TeddyFrye commented 1 year ago

i think there was a miscommunication on my part. I had initially used a relative link to my local computer, but the GitHub pages version is continually not loading. However, it does load if i use an absolute link to the online URL

charlesfrye commented 1 year ago

on https://github.com/TeddyFrye/signup/blob/558bc32f5845314e7f3553631d2771630d873c12/index.html#L12

it should just be src="/odin-lined.png"

charlesfrye commented 1 year ago

This isn't that different from what you're doing here to link the stylesheet.