• This project
    • Loading...
  • Sign in

zuzitsu / UR_Village

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • UR_Village
  • views
  • error.ejs
  • Suyeon Jung's avatar
    Revise template engine from pug to ejs and Modify directory structure · 4abe902e
    4abe902e
    Suyeon Jung authored 2020-12-02 17:47:03 +0900
error.ejs 94 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
<h1>
    <%= message %>
</h1>
<h2>
    <%= error.status %>
</h2>
<pre><%= error.stack %></pre>