fatindex.html

来自「用Dynamic C写的http程序」· HTML 代码 · 共 26 行

HTML
26
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
	<TITLE>Index of the Rabbit FAT filesystem pages</TITLE>
</HEAD>

<BODY topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"
	bgcolor="#999999" link="#009966" vlink="#FFCC00" alink="#006666">

<CENTER>
	<img SRC="rabbit1.gif">
</CENTER>
<P>OK.  So you have run FAT_SETUP.C.  Now you are running either FAT_SERVE.C or
FAT_SERVE2.C.  Very good, you may proceed...</P>
<P>Here is a list of the pages in the first FAT partition.  (Well, at least the
ones the sample has been coded to expect -- there may be more!)</P>
<UL>
	<LI><A HREF="rabbit1.gif">The above logo</A></LI>
	<LI><A HREF="alice.jpg">A different rabbit picture</A></LI>
	<LI><A HREF="alice.htm">Extract from "Alice in Wonderland"</A></LI>
</UL>
<P>Note: if you are running the sample "FAT_SERVE2.C", then you may
need to provide a userid and password to access some of these pages.</P>
<P>Don't tell anyone, but the userid is "alice" and the password is "duchess".</P>
</BODY>
</HTML>

⌨️ 快捷键说明

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