Skip to content

Commit dc70d08

Browse files
committed
test3
1 parent d79e82e commit dc70d08

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

apache_ubuntu/www/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<p>Hello, Docker!</p>
6+
7+
</body>
8+
</html>

apache_ubuntu/www/index_bak.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2+
<html>
3+
4+
<head>
5+
<title>Hi Docker</title>
6+
</head>
7+
8+
<body>
9+
<h1>Hi Docker</h1>
10+
<p>This is the first day I meet the new world.</p>
11+
<p>How are you?</p>
12+
<hr>
13+
<address>Apache/2.4.7 (Ubuntu) Server at 127.0.0.1 Port 80</address>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)