⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 empty

📁 cms是开源的框架
💻
字号:
<%@ 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 + -