welcome.htm

来自「一个小小的浏览器,能打开网页,实现浏览器的功能,没有其它的功能」· HTM 代码 · 共 34 行

HTM
34
字号
<html>

<head>
<title>Welcome</title>
</head>

<body>

<center><h1><p>Welcome to alphaScape MiniBrowser</p></H1></center>

<p>This little browser is for demonstration of the Delphi Advert-Component, however you
might find it nevertheless useful if you don't want to install a heavy-weight browser
suite with 20MBs or more ;)<br>
The Source code (Delphi 3.0 Professional) is also available <strong>free of charge</strong>
at our homepage.</p>

<p>Where do you want to go:</p>

<table border="1" width="100%">
  <tr>
    <td><a href="http://www.alphascape.com">alphaScape Homepage</a>&nbsp;&nbsp; </td>
    <td><a href="http://www.alphascape.com/software/advert.htm">Delphi Advert-Component</a>
    &nbsp;&nbsp; </td>
    <td><a href="http://www.alphascape.com/software/mib.htm">MiniBrowser SourceCode</a>&nbsp;&nbsp; </td>
    <td><a href="http://www.aureate-im.com/">Aureate Homepage</a></td>
  </tr>
</table>

<p>If you have any questions, contact us at <a href="mailto:info@alphaScape.com">info@alphaScape.com</a></p>

<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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