View Single Post
Old 07-30-2008, 06:52 PM   #47
Michele L.M.
Still learning
Michele L.M. has a complete set of Star Wars action figures.Michele L.M. has a complete set of Star Wars action figures.Michele L.M. has a complete set of Star Wars action figures.Michele L.M. has a complete set of Star Wars action figures.Michele L.M. has a complete set of Star Wars action figures.
 
Michele L.M.'s Avatar
 
Posts: 16
Karma: 434
Join Date: Jul 2008
Location: Torino (Italy)
Device: iPhone 2G, iLiad 2 [no more]
A better wikipedia.html?

Hi amirshim,

Your (Adam's?) wikipedia.html it's a stripped-down web page with a link to the actual wiki.

Code:
<a href=http://localhost:8080>Open Wikipedia</a>
why not just a redirect?

Code:
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://localhost:8080">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
</body>
</html
You know... one less link to follow to get to the meat.

Michele
Michele L.M. is offline   Reply With Quote