Skip to content
Snippets Groups Projects
Commit c207d84a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Add .png suffix to the logo link

This is apparently needed now that this site is served by Roxen.
parent bdc1b441
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment