Initial commit

This commit is contained in:
2021-04-20 07:16:22 +02:00
commit 588032b1dc
1709 changed files with 6660083 additions and 0 deletions

37
Default.aspx Normal file
View File

@@ -0,0 +1,37 @@
<%@ 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>