mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-09 09:20:52 +08:00
10 lines
347 B
Plaintext
10 lines
347 B
Plaintext
<main>
|
|
<p class="devinfo-container">
|
|
<span class="error-code"><strong>{{= it.http_status_code }}</strong>: {{! it.http_status_description }}</span>
|
|
{{? it.error_code }}
|
|
<span class="devinfo-line">Code: <code>{{! it.error_code }}</code></span>
|
|
{{?}}
|
|
<span class="devinfo-line">ID: <code>{{! it.now_id }}</code>
|
|
</p>
|
|
</main>
|