-
Notifications
You must be signed in to change notification settings - Fork 1
/
Default.aspx
44 lines (20 loc) · 1014 Bytes
/
Default.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<%@ Page Title="" Language="C#" MasterPageFile="~/ui/mp/Master.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="ui/css/StyleSheet.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style4
{
font-family: "Courier New", Courier, monospace;
font-size: x-large;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="first" class="style4" style="background-color: #C0C0C0">
<strong>Welcome to the Seneca @York ICT Page</strong></div>
<div id="senecaimage" style="background-color: #66CCFF; height: inherit;">
<asp:Image ID="Image1" runat="server" AlternateText="senecaimage" Height="408%"
ImageAlign="Middle" ImageUrl="~/assets/images/[email protected]"
style="text-align: left" Width="56%" />
</div>
</asp:Content>