Last change
on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
873 bytes
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <title>Water Source</title>
|
---|
5 | </head>
|
---|
6 | <body>
|
---|
7 | The current pipe system connects to four different sources. Be aware
|
---|
8 | that only a limited amount of water can be taken from some sources.
|
---|
9 | <br>
|
---|
10 | <table border=1>
|
---|
11 | <tr>
|
---|
12 | <td>Source</td>
|
---|
13 | <td>Amount</td>
|
---|
14 | </tr>
|
---|
15 | <tr>
|
---|
16 | <td>Fountain</td>
|
---|
17 | <td>4000</td>
|
---|
18 | </tr>
|
---|
19 | <tr>
|
---|
20 | <td>River</td>
|
---|
21 | <td>6000</td>
|
---|
22 | </tr>
|
---|
23 | <tr>
|
---|
24 | <td>Lake</td>
|
---|
25 | <td>10000</td>
|
---|
26 | </tr>
|
---|
27 | <tr>
|
---|
28 | <td>Public Water System</td>
|
---|
29 | <td>unlimited</td>
|
---|
30 | </tr>
|
---|
31 | </table>
|
---|
32 | </body>
|
---|
33 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.