Skip to content

Commit 4ef61b2

Browse files
test result
1 parent 6a538f5 commit 4ef61b2

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

Diff for: web_root/test1/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>
5+
Default Page Title
6+
</title>
7+
</head>
8+
<body>
9+
<p>
10+
Here is the index page content.
11+
</p>
12+
<p>
13+
And more index content.
14+
</p>
15+
<div style="position:absolute;bottom:10px;">
16+
Copyright 2013&#8211;2014
17+
</div>
18+
</body>
19+
</html>

Diff for: web_root/test2/index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>
5+
Default Page Title
6+
</title>
7+
</head>
8+
<body>
9+
<p>
10+
Here is the index page content.
11+
</p>
12+
<p>
13+
And more index content.
14+
</p>
15+
<div style="position:absolute;bottom:10px;">
16+
Copyright 2013&#8211;2014
17+
</div>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)