-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFailed.aspx
51 lines (47 loc) · 1.66 KB
/
Failed.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
44
45
46
47
48
49
50
51
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Failed.aspx.vb" Inherits="online_project_final.Failed" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.style1
{
color: #FF0000;
font-weight: bold;
font-family: Algerian;
font-size: x-large;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Image ID="Image1" runat="server" Height="164px"
ImageUrl="~/images/failed.jpeg"
style="top: 36px; left: 415px; position: absolute" Width="217px" />
</div>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
<span class="style1">Sorry you have failed the exam please retake it !!!</span></p>
<p style="margin-left: 280px">
YOUR SCORE:
<asp:Label ID="Label1" runat="server"></asp:Label>
</p>
<p style="margin-left: 280px">
<asp:Button ID="Button1" runat="server" Text="Home" />
</p>
</form>
</body>
</html>