mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-13 04:58:10 +02:00
Added a static folder and spawn a small HTTP server on runtests. This is not really the best solution, as it uses pythons simpleHTTPServer, but it works for now refs #4315
8 lines
103 B
HTML
8 lines
103 B
HTML
<html>
|
|
<head>
|
|
<title>Just an empty page</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|