summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/index.html
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-21 16:02:45 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-21 16:02:45 +0000
commit8b2cc798b260b3034142cb1b13084ad1b7646ae6 (patch)
tree284dd82c4f46975c1385addae6f58dc35dea386f /BKUOnline/src/main/webapp/index.html
parent723d2f2bfbb0a7f2e4c34cd9a22af471dbc2ba8f (diff)
downloadmocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.tar.gz
mocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.tar.bz2
mocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.zip
icons 2.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@464 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/index.html')
-rw-r--r--BKUOnline/src/main/webapp/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/BKUOnline/src/main/webapp/index.html b/BKUOnline/src/main/webapp/index.html
index 95eb6992..8fa02a9a 100644
--- a/BKUOnline/src/main/webapp/index.html
+++ b/BKUOnline/src/main/webapp/index.html
@@ -19,8 +19,9 @@
<head>
<title>MOCCA</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <link rel="shortcut icon" href="img/chip16.ico" type="image/x-icon">
<style type="text/css" media="all">@import "css/main.css";</style>
- <script src="js/deployJava.js"></script>
+ <script src="js/deployJava.js" type="text/javascript"></script>
</head>
<body>
<div id="animDiv" class="box">
@@ -40,7 +41,7 @@
<!-- MOCCA Web Start
| (activate 'include-webstart' profile)
-
+ -->
<div id="animDiv" class="box">
<p>
<h1>MOCCA Web Start</h1>
@@ -53,6 +54,5 @@
<p><a href="webstart/player.jnlp">Java Cache Viewer</a> (local installation)</p>
</p>
</div>
- -->
</body>
</html>