⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 这是个用Java语言编写的游戏小程序 标准目标
💻 HTML
字号:
<html>
<head>
  <title>UFO Attack</title>
</head> 

<body bgcolor="#000022" link="#EEEEEE" vlink="#EEEEEE" text="#EEEEEE">


<table width="100%" border=0 cellspacing=0 cellpadding=0>
 <tr valign=top>
 <td align=right bgcolor="#000022">
    <font face="Helvetica,Arial" size=-1 color="#EEEEEE"><nobr>&nbsp;<A
      HREF="http://www.rur.com/">R.U.R Home</A> / <A
      HREF="http://www.rur.com/javacode">Main Section</A> / <A
      HREF="http://www.rur.com/feedback.cgi?/javacode/UFO_Attack/">Comments</A>
    </nobr></font></td>
 </tr>
</table>


&nbsp;
<p>

<img src="http://www.rur.com/images/1x1T.gif" width=1 height=400 align=left>




  <center>
  <table>
  <tr>
  <td width=200 align=right><font 
          color="#EEEEEE" 
          face="Arial,Helvetica" 
          size=+4><b>UFO<br>ATTACK</b></font><td>


  <td>
  <table cellspacing=1 cellpadding=1 border=0>
    <tr><td bgcolor="#CC0000">
    <table cellspacing=0 cellpadding=0 border=0>
      <tr><td bgcolor="#000000"><applet code="UFO_Attack.class" 
                                        width=300 height=500> 
	                        </applet></td></tr>
    </table>
    </td></tr>
  </table>
  </td>

  <td width=200 valign=bottom>
    <font color="#EEEEEE" 
          face="Arial,Helvetica" 
          size=+2><b><i>Your Mission</i></b></font>
    <font color="#EEEEEE" 
          face="Arial,Helvetica" 
          size=+1>
          <p>
          They are invading...
          <p>
          They are jamming the missiles auto-guidance system...
          <p>
          You have to target manually...
          <p>
          <i>And if they land you lose!</i>
          <p>
          &nbsp;
          <p>
          <!-- <font size=1>(click to start a new game)</font> -->

    </font>

  <td>

  </tr>
  </table>
  </center>

<p> &nbsp;

<blockquote>
<font color="#EEEEEE" face="Arial,Helvetica" size=-1>
<p>
 <a href="UFO_Attack.zip">Download</a> a copy of this page if you like it. 
 (it may be a bit out of date with the current source!)
 This small game is still in development. But you can have the 
 current <a href="UFO_Attack.java">source code</a>. 
 
<p>
 This applet was motivated by my need to learn more about java applets 
 and to test the VM some capabilities. 
 I took care to make the applet behave but it still 
 may stress your browser a bit and even kill it 
 some times (At least NS3.01 on Linux does crash after a while by
 running this applet.) 
 <p>
 [Developed on Linux + JDK 1.0.2 + Toba + vi]

<p>
 Please send me your 
 <A HREF="http://www.rur.com/feedback.cgi?/javacode/UFO_Attack/">comments + suggestions</a>! 
 <br>&nbsp;<br>
 &nbsp;&nbsp;&nbsp;&nbsp;<strong>...Sergio</strong>
</font>
</blockquote>

&nbsp;
<P>
<table width="100%" border=0 cellspace=0 cellpadding=0>
 <tr>
 <td align=left>
    <font face="Helvetica,Arial" size=-1>
    <nobr>
    | <A
      HREF="#TOP_index.html">Page Top</A> | <A
      HREF="http://www.rur.com/">R.U.R Home</A> | <A
      HREF="http://www.rur.com/feedback.cgi?/javacode/UFO_Attack/">Feedback</A> |
    </nobr>
    </font>
 </td>
 <td align=right>
    <font face="Helvetica,Arial" size=-1>
    <nobr>
           <address>
            &#169;1997
            <font face="Helvetica,Arial">
	    <A HREF="http://www.rur.com/">R.U.R</A>
            </font>
	    /
            <a href="mailto:webmaster@rur.com">webmaster@rur.com</a>
           </address>
    </nobr>
    </font>
 </td>
 </tr>
</table>
<P>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -