Files
appium/sample-code/examples/node/assets/index.html
2014-06-09 14:32:23 +08:00

17 lines
167 B
HTML

<html>
<head>
<title>Appium Rocks</title>
</head>
<body>
<h1>Appium Rocks</h1>
<footer>
<p id='wow'>
Wow this is so cool!
</p>
</footer>
</body>
</html>