📄 default.master
字号:
<%@ Master Language="C#" %>
<!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" xml:lang="en" lang="en">
<head id="Head1" runat="server">
<asp:contentplaceholder runat="server" ID="ScriptIncludes">
<atlas:script id="Script1" runat="server" Path="~/ScriptLibrary/AtlasCompat.js"Browser="Mozilla" />
<atlas:script id="Script2" runat="server" Path="~/ScriptLibrary/AtlasCompat.js"Browser="Firefox" />
<atlas:script id="Script3" runat="server" Path="~/ScriptLibrary/AtlasCompat.js"Browser="AppleMAC-Safari" />
<atlas:script id="Script4" runat="server" Path="~/ScriptLibrary/AtlasCore.js" />
<atlas:script id="Script5" runat="server" Path="~/ScriptLibrary/AtlasCompat2.js"Browser="AppleMAC-Safari" />
</asp:ContentPlaceHolder>
<link rel="stylesheet" type="text/css" href="site.css" />
<asp:contentplaceholder runat="server" ID="Head" />
</head>
<body>
<asp:contentplaceholder id="Main" runat="server">
</asp:contentplaceholder>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -