You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.0 KiB

<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="QW2021C._Default" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.auto-style1 {
padding-top: 50px;
padding-bottom:50px; }
</style>
<img src="Bilder/ZALogo.jpg" alt="zürich atletics" style="" >
<div class="jumbotron">
<h1>Q-Wettkämpfe <%: DateTime.Now.Year %> </h1>
<p class="lead">
<asp:Label ID="lblHeader" runat="server"></asp:Label>
</p>
<p>
<asp:Label ID="lblheader2" runat="server"></asp:Label>
</p>
</div>
<table class="container">
<tr>
<td style="padding: 25px; background-color: #eee">
<div class="desc">
<asp:Label ID="lblnews" runat="server"></asp:Label>
</div>
</td>
</tr>
</table>
</asp:Content>