mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
contrib: Use PNG images as fallback for IE compatibility.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
||||
<title>Short introduction to libguestfs</title>
|
||||
@@ -61,7 +62,9 @@
|
||||
<p><b>Reuse qemu, Linux kernel and userspace tools</b> to read and
|
||||
write disk images.</p>
|
||||
|
||||
<img src="overview.svg"/>
|
||||
<object type="image/svg+xml" data="overview.svg">
|
||||
<img src="overview.png"/> <!-- fallback for lame IE -->
|
||||
</object>
|
||||
|
||||
<h2>The Stable API</h2>
|
||||
|
||||
@@ -171,7 +174,9 @@ get_blkid_tag (const char *device, const char *tag)
|
||||
|
||||
<h2>Tools written around the API</h2>
|
||||
|
||||
<img src="tools.svg" />
|
||||
<object type="image/svg+xml" data="tools.svg">
|
||||
<img src="tools.png"/> <!-- fallback for lame IE -->
|
||||
</object>
|
||||
|
||||
<table>
|
||||
<tr><td valign="top" style="padding-bottom: 1.5em;">
|
||||
|
||||
BIN
contrib/intro/overview.png
Normal file
BIN
contrib/intro/overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
BIN
contrib/intro/tools.png
Normal file
BIN
contrib/intro/tools.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user