chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/PopupForm3.Master" AutoEventWireup="true" CodeBehind="404.aspx.cs" Inherits="Education.Forms._404" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
|
||||
<style type="text/css">
|
||||
li {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
li span {
|
||||
color: red;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
||||
<div style="margin-top: 30px; margin-left: 30px">
|
||||
<div style="float: left; height: 128px;">
|
||||
<img src="../picture/question.png" />
|
||||
</div>
|
||||
<div style="float: left; height: auto; margin-left: 10px">
|
||||
<h2>您想去哪裡?</h2>
|
||||
<ul>
|
||||
<li>您要求的頁面不存在,請回到上一頁或是回到首頁。
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user