16 Replies
What is the domain?
Looks fine to me
Look now
Had to re upload it because I was using something else
Looks like the content type header is missing for some reason.
header
instead of head
?There is a suppose to be a
content-type
header on all response and they are missing<!DOCTYPE html>
?TBH I don't know how pages get mime type but yeah it looks like some of the HTML might be invalid
On VSC it has
<center>
marked red
It looks like you don't have
<!DOCTYPE html>
, <html>
, <head>
, or <body>
defined.This is what I have https://srcb.in/14tvsF4Uil also the web is this now https://devweb.pages.dev/
@Cyb3r-Jok3
So whats the problem then
this is the total code
@Cyb3r-Jok3