• 登录

fanwh / workai-express · 文件

GitLab

  • 转到仪表盘
  • 项目
  • 活动
  • 文件
  • 提交
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 标记
  • 维基
  • 派生
  • 网络
6e33d9c5def65470532e19cc2fb992f27edeb517
  • workai-express
  • views
  • index.ejs
  • init
      d8fe89e5
    fanwh 在
    6 years ago  
    创建 浏览文件 »
index.ejs 222 Bytes
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <link rel='stylesheet' href='/stylesheets/style.css' />
  </head>
  <body>
    <h1><%= title %></h1>
    <p>Welcome to <%= title %></p>
  </body>
</html>