also its really weird how to link css its <link rel=”stylesheet” href=”…”> instead of
<link rel=”stylehseet” src=”…”>
html tags are canonically upercase
it doesn’t make sense in this context though. it only really would if <style src="..."></style> existed
<style src="..."></style>