UNPKG
ep_syntax
Version:
latest (1.3.0)
1.3.0
Make Etherpad look like n++ or Sublime Text
ep_syntax
/
templates
/
simple_error.html
14 lines
(10 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
HTML
>
<
html
lang
=
"en-US"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Codepad Error.
</
title
>
</
head
>
<
body
bgcolor
=
"#333"
>
<
font
style
=
"background-color:#500"
color
=
"#FFF"
>
Error: <%=error%>
</
font
>
</
body
>
</
html
>