default.aspx

来自「高校设备管理系统」· ASPX 代码 · 共 18 行

ASPX
18
字号
<%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_6yymt1rb" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>管理员登录首页</title>
</head>
<body background="../images/B_2007-11-30-15-21-475060.jpg">
    <form id="form1" runat="server">
    <div style="font-size: 16pt; color: white">
        欢迎光临设备管理系统<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ------管理员登录首页<br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?