From f4825f3fbdedc2dd29f0866194fdb073fcd85151 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sat, 10 Jul 2010 22:18:49 +0200 Subject: [PATCH] Fix URL to the logo. The web server of Lysator apparently does not do content negotiation, so use logo.png instead of logo. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index de84810..dcb4348 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ <title>liboop home page</title> <link rel="stylesheet" type="text/css" href="style.css"> </head><body> -<img src="logo" alt="liboop" width=202 height=50> +<img src="logo.png" alt="liboop" width=202 height=50> <p> Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications -- GitLab