It is best if you download your own copy of whatever graphic you want to use. That way, if we rearrange our images directory, your links to our graphics won't break.

Want to include some of the FreeDOS Project graphics on your own site? Grab these:

  • Logos - For adding a FreeDOS logo to your site.
  • Banners - For FreeDOS banner ads, to link to FreeDOS.org
  • Buttons - For FreeDOS buttons, to link to FreeDOS.org
  • Icons - For desktop icons you can use to represent FreeDOS

You can save a local copy of an image by clicking the right mouse button, with most browsers, and selecting 'Save Image As'.

Once you have a local copy of a FreeDOS graphic, use this HTML to include it on your web page:

<img src="fd-logo.png" alt="FreeDOS logo" />

You may want to use the image to link to our site. Buttons and banners are very useful for this:

<a href="http://www.freedos.org">
 <img src="fd-button.png" alt="FreeDOS button" /></a>