tree.php 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <!DOCTYPE html> <html> <head> <title>abc</title> </head> <body> <svg width="400" height="110"> <rect width="300" height="100" style="fill:rgb(255,255,255);stroke-width:3;stroke:rgb(0,0,0)" /> </svg> </body> </html>