gist/index.html

14 lines
308 B
HTML
Raw Normal View History

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