5c2f385fc1
- Add application which use simple software configuration feature - Add test for simple software configuration - Rework check functions to return response from server Change-Id: I84941436e7bd72ddf193f5a17fd48789a85a6657 Implements: blueprint dependent-apps-and-ssc-tests
9 lines
152 B
HTML
9 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title> Hello World</title>
|
|
</head>
|
|
<body>Hello world. This is my first web page. My name is %USER_NAME%.
|
|
</body>
|
|
</html>
|