mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
784a06c3a7
The server runs on port 9180 and serves the content from test/www directory. Any tests can use this base URL to load test content and to exercise certain PhantomJS API. https://github.com/ariya/phantomjs/issues/12439
9 lines
95 B
HTML
9 lines
95 B
HTML
<html>
|
|
<head>
|
|
<title>Hello</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello, world!</p>
|
|
</body>
|
|
</html>
|