Initial commit
This commit is contained in:
37
Default.aspx
Normal file
37
Default.aspx
Normal 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>
|
||||
Reference in New Issue
Block a user