-
Notifications
You must be signed in to change notification settings - Fork 0
/
linero.aspx
21 lines (20 loc) · 928 Bytes
/
linero.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ Page Title="" Language="C#" MasterPageFile="~/Site_Transparent.master" AutoEventWireup="true"
CodeFile="linero.aspx.cs" Inherits="linero" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="Server">
<table align="center" border="0" width="100%">
<tr>
<td align="center" width="100%">
<a href="javascript:history.go(-1);">Tillbaka</a>
</td>
</tr>
</table>
<br>
<p align="center">
<img src="images/Lund_Linero.gif" alt="Linero2.gif (51939 bytes)" border="2" usemap="#BrfValdemar_map"
width="451" height="466">
<map name="BrfValdemar_map">
<area shape="rect" coords="352,214,446,244" href="BrfValdemar.aspx" alt="Klicka här så får du en noggrannare karta">
</p>
</asp:Content>