-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 846 Bytes
/
index.html
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
<!DOCTYPE HTML>
<html>
<body>
<h1>Welcome to Water!</h1>
<h2>Usage</h2>
<ul>
<li>
<b>Add a new page</b>
<ol>
<li>Enter a relative url you like in this web domain</li>
<li>If the url is not used, you can see the edit page(Change the url if it is used)</li>
<li>Input the whole HTML content in the edit page</li>
<li>Click "Save"</li>
</ol>
</li>
<li>
<b>Modify a page</b>
<ol>
<li>Enter the url of target page with additional "?edit"</li>
</ol>
</li>
<li>
<b>Delete a page</b>
<ol>
<li>Enter the url of target page with additional "?delete"</li>
</ol>
</li>
</ul>
</body>
</html>