<!DOCTYPE html>
<html>
<head>
<title>Fork of Exercise 1</title>
</head>
<body>
<h1>Flag of the Seychelles </h1>
<svg width='300' height='150' >
<polygon points='0,0 0,150 100,0' style='fill:#003f87
'/> <polygon points='100,0 0,150 200,0' style='fill:#FCD856
'/> <polygon points='0,150 200,0 300,0 300,50' style='fill:#D62828
'/> <polygon points='0,150 300,50 300,100' style='fill:#FFFFFF
'/> <polygon points='0,150 300,100 300,150' style='fill:#007A3D
'/>
</svg>
</body>
</html>