-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathexample.ej
More file actions
48 lines (35 loc) · 910 Bytes
/
example.ej
File metadata and controls
48 lines (35 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<HEAD>
<TH>EXAMPLE 1 "October 2022" EXAMPLE "Example reference"</TH>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
<!-- This is a multi-line comment.
This is a second line in the comment. -->
</HEAD>
<BODY>
<H1>NAME</H1>
Example - An example EJ document
<H1>DESCRIPTION</H1>
This is an example document showing the general format of EJ documents.
<P>
This is a second paragraph.
<p>
Here are some angled brackets: < >
<PRE>
-- Here is a preformatted block of text
-- Tags like <THIS> are passed as-is. As is <
for a=1,10 do
print(a)
end
</PRE>
<UL>
<LI>This is a bullet item
<LI>As is this
</UL>
<B>This is some bold text</B>
<p>
<I>This is some italic text</I>
<p>
<h1>LICENSE</h1>
This example document is public domain.
<h1>AUTHOR</h1>
Sam Trenholme (<A href=https://www.samiam.org/>https://www.samiam.org</a>)
is responsible for this example document.