WDDB - Web Design Database

Web Design Resources for the Common Man

Login here · Register · Lost your password?

Forums / Web Design DB / Web Design Resources Request / Redirect code

 
What's the code to put on a index.htm file of seditio site that says 'We moved to [Clickable Url code?]


What's the code?
You don't know basic html?
Well whatever you need for it, I just need a code to make my seditio site say right when you type the URL in to say 'We moved to [ClickableURL]'


So can someone give the code?
Code:
<html>
<head>
<title>Your title here</title>
</head>
<body>
We have moved to <a href="URLHERE">[ClickableURL]</a>
</body>
</html>
Save it as index.html and upload it to your server.

Something like that?