Commit 3d8dee713d4efe130cc8b671fd1e51e4fc101c21

Authored by ly525
1 parent 92055c69

add meta description for seo

front-end/h5/public/index.html
1 <!-- 1 <!--
2 * @Author: ly525 2 * @Author: ly525
3 * @Date: 2020-01-03 23:36:38 3 * @Date: 2020-01-03 23:36:38
4 - * @LastEditors: ly525  
5 - * @LastEditTime: 2020-01-05 18:22:46 4 + * @LastEditors : ly525
  5 + * @LastEditTime : 2020-01-24 12:47:41
6 * @FilePath: /luban-h5/front-end/h5/public/index.html 6 * @FilePath: /luban-h5/front-end/h5/public/index.html
7 * @Github: https://github.com/ly525/luban-h5 7 * @Github: https://github.com/ly525/luban-h5
8 * @Description: Do not edit 8 * @Description: Do not edit
@@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
16 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 16 <meta name="viewport" content="width=device-width,initial-scale=1.0">
17 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 17 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
18 <title>鲁班-H5</title> 18 <title>鲁班-H5</title>
  19 + <meta content="拖拽生成,拖拽生成页面,页面可视化,鲁班可视化搭建平台,鲁班,鲁班H5,可视化搭建,可视化平台,可视化搭建平台,开源易企秀,开源人人秀,开源百度H5,lubanh5,luban-h5,webpage buiilder,page builder,h5 builder" name="keywords" />
  20 + <meta content="鲁班H5-是一款基于Vue2.0 + 常见业务组件,可以通过拖拽的形式生成页面,类似易企秀、百度 H5 的可视化搭建系统;我们的初心也是希望能通过工程化的手段,大幅度提高简单H5页面的制作效率,提高工程师的幸福感,从这种需求频繁变更的简单任务中解脱出来" name="description" />
19 <style> 21 <style>
20 * { 22 * {
21 outline: none; 23 outline: none;
front-end/landing-page/src/pages/document.ejs 0 → 100644
  1 +<!doctype html>
  2 +<html>
  3 +<head>
  4 + <meta charset="utf-8" />
  5 + <title>鲁班-H5</title>
  6 + <meta content="拖拽生成,拖拽生成页面,页面可视化,鲁班可视化搭建平台,鲁班,鲁班H5,可视化搭建,可视化平台,可视化搭建平台,开源易企秀,开源人人秀,开源百度H5,lubanh5,luban-h5,webpage buiilder,page builder,h5 builder" name="keywords" />
  7 + <meta content="鲁班H5-是一款基于Vue2.0 + 常见业务组件,可以通过拖拽的形式生成页面,类似易企秀、百度 H5 的可视化搭建系统;我们的初心也是希望能通过工程化的手段,大幅度提高简单H5页面的制作效率,提高工程师的幸福感,从这种需求频繁变更的简单任务中解脱出来" name="description" />
  8 +</head>
  9 +<body>
  10 + <div id="root"></div>
  11 +</body>
  12 +</html>
0 \ No newline at end of file 13 \ No newline at end of file