gist/index.html

14 lines
333 B
HTML
Raw Normal View History

2023-07-07 11:00:33 +02:00
<!doctype html>
2015-01-23 10:03:13 +01:00
<html>
2023-02-26 18:01:13 +01:00
<head>
<meta charset="UTF-8" />
<!-- This is just stupid page to put to web browser homepage to have some
2015-01-23 10:03:13 +01:00
content on start page while not being empty or pointing to any external
location... -->
2023-02-26 18:01:13 +01:00
<title>OK.</title>
</head>
<body>
<p>Your browser has loaded this page.</p>
</body>
2015-01-23 10:03:13 +01:00
</html>