-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_old.aspx
30 lines (26 loc) · 1.04 KB
/
default_old.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
<%@ Assembly Name="MNP.Framework, Version=2.0.5.0,Culture=neutral,PublicKeyToken=a75671c2b10b8543"%>
<%@ Page Inherits="Microsoft.MSCOM.MNP.Framework.Page" %>
<%@ Register tagprefix="rmc" tagname="meta" src="/controls/metaTag.ascx"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Andrew Begel's HomePage</title>
<rmc:meta id="Meta" runat="server" PageType="person" KeyValue="abegel" />
<asp:Placeholder runat="server" id="MNPHead" />
<link type="text/css" rel="Stylesheet" href="/rmcstyle.css">
<link type="text/css" rel="Stylesheet" href="/groupStyle.css">
</head>
<body topmargin="0" leftmargin="0">
<asp:PlaceHolder Runat="server" ID="MNPBody" />
<br />
<div class="TitleHeader">Andrew Begel</div>
<p>
<b>Andrew Begel</b> is a researcher in the Human Interactions in Programming Group.</b>
</p>
<hr>
<p>
<a href="/hip">Human Interactions in Programming Group's home page.</a>
</p>
<asp:PlaceHolder Runat="server" ID="MNPFooter" />
</body>
</html>