Files
2024-11-02 18:03:40 +05:00

34 lines
1.6 KiB
HTML

<!--
(c) Copyright Ascensio System SIA 2020
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>简历模板</title>
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.js"></script>
<script type="text/javascript" src="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins-ui.js"></script>
<link rel="stylesheet" href="https://onlyoffice.github.io/sdkjs-plugins/v1/plugins.css">
<!-- <script type="text/javascript" src="scripts/pluginCode.js"></script> -->
<script>
window.Asc.plugin.button = function(id) {
this.executeCommand("close", "");
};
</script>
</head>
<body style="padding-left: 20px; padding-right: 20px">
<p>简历模板是一款简历生成插件,旨在帮助用户快速创建简历。</p>
<p>CVbuilder is a resume generation plugin, aiming to help users swiftly create resumes.</p>
<!-- <a href="https://github.com/DenisTyan/ONLYOFFICE-CV-builder-plugin" target="_blank" id="a1" class="aboutlink">源代码</a> -->
<p>版本: 0.1.0</p>
</body>
</html>