You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably something I will onlyn into, since I love messing around with old internet stuff.
This page has an an image map that leads to 3 other pages.
<HTML>
<HEAD><TITLE>3-D Tour of the Solar System</TITLE>
</HEAD>
<BODY BGCOLOR="black" TEXT="red" LINK="black" VLINK="cadetblue">
<MAP NAME="start">
<AREA SHAPE="rect" coords="50,332,179,379" HREF="HTDOCS/WELCOME.HTM">
<AREA SHAPE="rect" coords="370,330,498,377" HREF="HTDOCS/PLANETS.HTM">
<AREA SHAPE="rect" coords="530,334,651,380" HREF="HTDOCS/GEOLOGY.HTM">
</MAP>
<CENTER>
<IMG USEMAP="#start" SRC="HTDOCS/HTIMG/TITLEPG.GIF" WIDTH=700 HEIGHT=400>
</CENTER>
</BODY>
</HTML>
However when I scan it the links don't show up, and I know this isn't because it is on 127.0.0.1 because I replaced the with , and then it did link to the 3 other pages
This is very niche, and I would have loved to make a PR. I sadly know nothing about unity or C.
The text was updated successfully, but these errors were encountered:
This is probably something I will onlyn into, since I love messing around with old internet stuff.
This page has an an image map that leads to 3 other pages.
However when I scan it the links don't show up, and I know this isn't because it is on 127.0.0.1 because I replaced the with , and then it did link to the 3 other pages
This is very niche, and I would have loved to make a PR. I sadly know nothing about unity or C.
The text was updated successfully, but these errors were encountered: