Mercurial > libervia-web
comparison public/libervia.html @ 409:35a43d0dc032
browser and server sides: display favicon
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 17 Mar 2014 18:30:07 +0100 |
parents | 41a386a27002 |
children |
comparison
equal
deleted
inserted
replaced
408:ee8ebfe23e16 | 409:35a43d0dc032 |
---|---|
15 You should have received a copy of the GNU Affero General Public License | 15 You should have received a copy of the GNU Affero General Public License |
16 along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 --> | 17 --> |
18 | 18 |
19 <html> | 19 <html> |
20 <head> | 20 <head profile="http://www.w3.org/2005/10/profile"> |
21 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 21 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
22 <meta name="pygwt:module" content="libervia"> | 22 <meta name="pygwt:module" content="libervia"> |
23 <link rel='stylesheet' href='libervia.css'> | 23 <link rel='stylesheet' href='libervia.css'> |
24 <link rel="icon" type="image/png" href="sat_logo_16.png"> | |
24 | 25 |
25 <title>Libervia</title> | 26 <title>Libervia</title> |
26 </head> | 27 </head> |
27 <body bgcolor="white"> | 28 <body bgcolor="white"> |
28 <script language="javascript" src="bootstrap.js"></script> | 29 <script language="javascript" src="bootstrap.js"></script> |