chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/Site2.Master"
|
||||
AutoEventWireup="true" CodeBehind="UnderConstruction.aspx.cs"
|
||||
Inherits="Education.Forms.UnderConstruction" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
<style type="text/css">
|
||||
.auto-style1
|
||||
{
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
}
|
||||
</style>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
|
||||
runat="server">
|
||||
<div style="font-size: 16pt; font-weight: bold; margin: 10px;">
|
||||
本功能建構中...<br />
|
||||
<img class="auto-style1"
|
||||
src="../picture/Default/document-construction-icon.png" />
|
||||
</div>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user