Files
thinkyu/教育訓練系統/Web/Forms/UnderConstruction.aspx
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

22 lines
676 B
Plaintext

<%@ 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>