Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/649dc268512d5b3a508401a1c4b01dd1fac99e1d/html/test2.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<html>
|
|
<head><title>Test</title></head>
|
|
<body>
|
|
<h1>Test2!</h1>
|
|
<p>Here's an image of a cat (hopefully...)<br />
|
|
<img src="cat.jpeg"><br />
|
|
<img src="ceilingcat.jpg"><br />
|
|
<img src="disapprove.jpg"><br />
|
|
<img src="invisiblepogostick.jpg"><br />
|
|
</p>
|
|
|