startpageforgame.html

来自「用JAVA开发的模拟企业间竞争与合作策略的生命周期游戏」· HTML 代码 · 共 30 行

HTML
30
字号


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>My applet 'Game' starting page</title>
    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
    
  </head>
  
  <body>
    
    <applet codebase="." 
            code="game.Game.class" 
            name="Game" 
            width="320" 
            height="450">
      
      <!--<param name="p0" value="">
          <param name="p1" value="">-->
    
    </applet>
  </body>
</html>

⌨️ 快捷键说明

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