Skip to content

Instantly share code, notes, and snippets.

@ScottKaye
Last active April 2, 2016 19:02
Show Gist options
  • Save ScottKaye/04b874699abe2c2d6e88 to your computer and use it in GitHub Desktop.
Save ScottKaye/04b874699abe2c2d6e88 to your computer and use it in GitHub Desktop.
I'm not proud of this. 2009 baby!
<script type="text/javascript">
/***********************************************
* Javascript Generator Script by PGReviews (Physicsguy's Reviews)
* Visit /web/20090808182931/http://www.execulink.com/~kayes/physicsguy/web/ for reviews, guitar tablature, and more!
* This notice must stay intact for legal use
***********************************************/
function welcome3()
{
document.write("<fieldset><legend><b>Your Website Code:</b><\/title><br /><hr /><br /> &lt;!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" <br /> \"/web/20090808182931/http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"&gt; <br /> &lt;html xmlns=\"/web/20090808182931/http://www.w3.org/1999/xhtml\" xml:lang=\"en\"&gt; <br /> &lt;head&gt; <br /> &lt;meta name=\"generator\" content=\"Created with the PGReviews Website Generator. Visit /web/20090808182931/http://tinyurl.com/FWAI1G to make your own!\" /&gt; <br /> &lt;title&gt;" + document.forms["alltogethernow"]["nameofsite2"].value + "&lt;/title&gt; <br /> &lt;meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" /&gt; <br /> &lt;meta name=\"author\" content=\"" + document.forms["alltogethernow"]["nameofauthor2"].value + "\" /&gt; <br /> &lt;meta name=\"description\" content=\"" + document.forms["alltogethernow"]["descriptionofsite2"].value + "\" /&gt; <br /> &lt;meta name=\"keywords\" content=\"" + document.forms["alltogethernow"]["keywords2"].value + "\" /&gt; <br /> &lt;link rel=\"stylesheet\" href=\"" + document.forms["alltogethernow"]["stylesheet2"].value + "\" type=\"text/css\" media=\"screen\" /&gt; <br /> &lt;link rel=\"shortcut icon\" href=\"images/favicon.ico\" type=\"image/x-icon\"&gt; <br /> &lt;/head&gt; <br /> &lt;body bgcolor=\"" + document.forms["alltogethernow"]["bodybgcolour"].value + "\"&gt; <br /><br /> &lt;!--Begin Main Content--&gt; <br /><br /> &lt;h1&gt;" + document.forms["alltogethernow"]["headertitle2"].value + "&lt;/h1&gt; <br /> &lt;p&gt;" + document.forms["alltogethernow"]["contenttext2"].value + "&lt;/p&gt; <br /><br /> &lt!--End Main Content--&gt; <br /><br /> &lt;!--Begin Footer--&gt; <br /> &lt;p style=\"text-align: center\" background=\"" + document.forms["alltogethernow"]["footerbgcolour"].value + "\"&gt; <br /><br />" + document.forms["alltogethernow"]["footer"].value + " <br /><br /> &lt;/p&gt; <br /> &lt;!--End Footer--&gt; <br /> &lt;/body&gt; <br /> &lt;/html&gt;<br /><br /><hr /><\/fieldset>");
}
</script>
@ScottKaye
Copy link
Author

We all had to start somewhere.

I started...before the starting line 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment