Added Favicon; Shortend animation duration

This commit is contained in:
mmk2410 2015-04-01 20:01:09 +02:00
parent a4ae189442
commit 0e70a4d47f
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,9 @@
<title>Morse Converter</title>
<link rel="stylesheet" type="text/css" href="res/css/main.css" />
<script src="./res/js/jquery-2.1.3.min.js"></script>
<link rel="shortcut icon" href="./res/img/favicon.png" type="image/x-icon" />
<link rel="image_src" href="./res/img/favicon.png" />
</head>
<body>
<span class="actionbar">Morse Converter</span>
@ -32,9 +35,8 @@
<script>
function getText(){
var input = $('#textarea').val()
console.log(input)
$('#output').text(input)
$('#outputcard').fadeIn(300)
$('#outputcard').fadeIn(100)
}
</script>
</html>

BIN
res/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB