mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-29 04:21:48 +08:00
10 lines
200 B
HTML
10 lines
200 B
HTML
<%+header%>
|
|
<textarea
|
|
style="background: #fafafa; color: #666; width: 100%;"
|
|
readonly="readonly"
|
|
wrap="off"
|
|
rows="<%=content:cmatch("\n")+2%>">
|
|
<%=content:pcdata()%>
|
|
</textarea>
|
|
<%+footer%>
|