From 8356299bc245d012a37ecf5dbd9dfee82635e3b3 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@bacon.lysator.liu.se>
Date: Sun, 11 Jul 2010 19:22:00 +0200
Subject: [PATCH] Revert "Fix URL to the logo."

It turns out that it was easy to move the web pages to Apache, so no
changes to the structure of the web pages are necessary.

This reverts commit f4825f3fbdedc2dd29f0866194fdb073fcd85151.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 1003d2d..b6d5f45 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.png" alt="liboop" width=202 height=50>
+<img src="logo" 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