-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebForm3.aspx
More file actions
36 lines (32 loc) · 1.28 KB
/
WebForm3.aspx
File metadata and controls
36 lines (32 loc) · 1.28 KB
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
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Site1.Master" CodeBehind="WebForm3.aspx.cs" Inherits="WebAPP_Master_TRY2.WebForm3" %>
<asp:Content ID ="cd1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="cd2" ContentPlaceHolderID="body" runat="server">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title></title></head>
<body>
<div class="alert alert-success " style="padding-bottom:0px">
<center>
<b>Page - 3 </b>
</center>
</div>
<center>
<div class="card" style="width: 18rem; ">
<img class="card-img-top" src="95-958614_man-icon-person-logo-png-clipart-removebg-preview.png" alt="Card image cap" height="175"/>
<div class="card-body">
<h5 class="card-title">Het Suthar</h5>
<p class="card-text">Technology is best when it brings people together</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">Cras justo odio</li>
<li class="list-group-item" >Vestibulum at eros</li>
</ul>
<div class="card-body">
<a href="#" class="card-link">8291791851</a>
<a href="https://mail.google.com/mail/u/0/" class="card-link">Email</a>
</div>
</div>
</center>
</body>
</html>
</asp:Content>