Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/spritehttpd/commit/5acf2fe4e489ad783f547d7644da04e9af610c39?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

add heading to the demo page

master
Ondřej Hruška 2 years ago
parent a6917bd563
commit 5acf2fe4e4
  1. 1
      demo/staticfiles/index.html

@ -5,6 +5,7 @@
<title>SpriteHTTPD demo</title>
</head>
<body>
<h1>SpriteHTTPD demo</h1>
<img src="kocour.jpg" width="500">
</body>
</html>

Loading…
Cancel
Save