source: main/waeup.kofa/trunk/src/waeup/kofa/frontpage.html @ 8361

Last change on this file since 8361 was 8361, checked in by Henrik Bettermann, 13 years ago

Add HTMLDisplayWidget which is now used for the frontpage by default.

Add frontpage.html default content.

File size: 612 bytes
Line 
1<h1>Welcome to Kofa</h1>
2
3<p>
4This is the default frontpage written in HTML.
5</p>
6
7<h1>1. Heading</h1>
8
9<p>Text</p>
10
11<h2>1.2 Heading</h2>
12
13Text
14
15<h1>2. Heading</h1>
16
17<p>Text</p>
18
19<h2>2.1 Heading</h2>
20
21<p>Text</p>
22
23<h2>2.2 Heading</h2>
24
25<p>Text</p>
26
27>>de<<
28<h1>Willkommen in Kofa</h1>
29
30<p>
31Dies ist die Standard-Startseite des Portals, die in HTML geschrieben wurde.
32</p>
33
34<p>
35 Weitere reST-Beispiele zur Einführung:
36</p>
37
38<h1>1. Überschrift</h1>
39
40<p>Text</p>
41
42<h2>1.2 Überschrift</h2>
43
44Text
45
46<h1>2. Überschrift</h1>
47
48<p>Text</p>
49
50<h2>2.1 Überschrift</h2>
51
52<p>Text</p>
53
54<h2>2.2 Überschrift</h2>
55
56<p>Text</p>
Note: See TracBrowser for help on using the repository browser.