Welcome, Guest

Author Topic: Awesome Made from Scratch Website  (Read 2751 times)

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Awesome Made from Scratch Website
« on: March 25, 2010, 09:01:00 PM »
http://deoxyyoutube.comli.com/

I used HTML to make it, and I used a web hoster to put my index.html file up, and to do that, they gave me an FTP account.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Awesome Made from Scratch Website
« Reply #1 on: March 25, 2010, 09:04:47 PM »
What web hoster? I need to know!!!!!

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Awesome Made from Scratch Website
« Reply #2 on: March 25, 2010, 09:12:05 PM »
« Last Edit: March 25, 2010, 09:17:28 PM by deoxy99 »

deoxy99

  • Universe Sandbox 1 Beta Team
  • *****
  • Posts: 872
  • ✨ the name's verb ✨
Re: Awesome Made from Scratch Website
« Reply #3 on: August 26, 2010, 08:22:25 AM »
Source Code:
<HTML>
   <HEADER>
      <TITLE>My Video Showcase Website</TITLE>
   </HEADER>
   <BODY background=http://i1.ytimg.com/vi/LQxhIpOmlLQ/default.jpg text=FFFFFF>
      <CENTER>
         <P><H1>My Video Showcase Website:</H1></P>
         <P><B>Welcome to my video showcase website! <br> In here, it will showcase my <br> very own videos.</B></P>
         <P><B>Subscribe Now!</B></P>
         <a href=http://www.youtube.com/user/deoxy999?feature=mhw5><B>My Youtube Channel</B></a>
         <P><div id="google_translate_element"></div><script>
            function googleTranslateElementInit() {
              new google.translate.TranslateElement({
               pageLanguage: 'en'
              }, 'google_translate_element');
            }
            </script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></P>
      <CENTER>
         <B>My most recent videos:</B>
      
      <TABLE Align="center" border="1" width="500" bgcolor="000000">
         <TR>
            <TD>
               <object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rGYufBcBhA0&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
            </TD>
         </TR>
         <TR>
            <TD>
               <object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/K-c_b6By1Jk&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
            </TD>
         </TR>
         <TR>
            <TD>
               <object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/SpsHYhUXl38&hl=en_US&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SpsHYhUXl38&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object>
            </TD>
         </TR>
      </TABLE>
      <CENTER>
         <P><H2>Created by:</H2><P>
         <P><B>deoxy99</B></P>
         <P><B>I have real videos, <br> and real information. <br> This is our policy.<B></P>
         <P><B>Website was made possible by:<a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>
      </CENTER>
   </BODY>
</HTML>

That was from when I was younger.