-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDefault.aspx
More file actions
18 lines (13 loc) · 795 Bytes
/
Default.aspx
File metadata and controls
18 lines (13 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="PageContent" runat="server">
<div id="Streamers_image" style="margin-left: 0; height: 50%; background-color: #FFFFFF;">
<a runat="server" href="~/Streamers">
<asp:Image ID="Image1" runat="server" Height="100%" Width="100%" ImageUrl="~/streamers.jpg" />
</a>
</div>
<div id="Youtubers_image" style="margin-left: 0; height: 50%; background-color: #FFFFFF;">
<a runat="server" href="~/Youtubers">
<asp:Image ID="Image2" runat="server" Height="100%" Width="100%" ImageUrl="~/Youtubers-1.jpg" />
</a>
</div>
</asp:Content>