📄 empty
字号:
<%@ page session="false" %>
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
<cms:template element="head">
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenCms - <cms:property name="Title" escapeHtml="true" /></title>
<meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; CHARSET=<cms:property name="content-encoding" default="ISO-8859-1" />">
<meta name="description" content="<cms:property name="Description" default="OpenCms welcome page and release notes" />">
<meta name="keywords" content="<cms:property name="Keywords" default="OpenCms, Demo, Application, Content Management" />">
<cms:editable />
</head>
<body>
</cms:template>
<cms:template element="body">
<cms:include element="body" editable="true" />
</cms:template>
<cms:template element="foot">
</body>
</html>
</cms:template>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -