<%@ page language="C#" masterpagefile="~/Site2.master" %>
<asp:content id="FlowerText" ContentPlaceHolderId="FlowerText" runat="server">
    Daffodils bloom early in spring and welcome the growing season.
</asp:content>
<asp:content id="FlowerPicture" ContentPlaceHolderId="FlowerPicture" runat="server">
    <asp:image id="image1" runat=server imageurl="~/images/daffodil.jpg"/>
</asp:content>
