partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit d5f49711bb406b16692d2a020f33b2c0bdd40a66
parent 36b2bca2334a7d713cb988d04eb07359542ca62c
Author: felicitus <felicitus@feli-t61p.felicitus.dn42>
Date:   Tue, 14 Sep 2010 23:30:38 +0200

Most important feature: favicon.ico!
Diffstat:
Mbuild/index.html | 2++
Mfrontend/index.html | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/build/index.html b/build/index.html @@ -5,6 +5,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>PartDB2</title> + <link rel="icon" href="favicon.ico"/> + <!-- Include the ExtJS JavaScript Library --> <script type="text/javascript" src="extjs/adapter/ext/ext-base-debug-w-comments.js"></script> <!-- <script type="text/javascript" src="extjs/adapter/ext/ext-base.js"></script>--> diff --git a/frontend/index.html b/frontend/index.html @@ -5,6 +5,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>PartDB2</title> + <link rel="icon" href="favicon.ico"/> + <!-- Include the ExtJS JavaScript Library --> <script type="text/javascript" src="extjs/adapter/ext/ext-base-debug-w-comments.js"></script> <!-- <script type="text/javascript" src="extjs/adapter/ext/ext-base.js"></script>-->