Added Favicon; Shortend animation duration
This commit is contained in:
parent
a4ae189442
commit
0e70a4d47f
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
||||||
<title>Morse Converter</title>
|
<title>Morse Converter</title>
|
||||||
<link rel="stylesheet" type="text/css" href="res/css/main.css" />
|
<link rel="stylesheet" type="text/css" href="res/css/main.css" />
|
||||||
<script src="./res/js/jquery-2.1.3.min.js"></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<span class="actionbar">Morse Converter</span>
|
<span class="actionbar">Morse Converter</span>
|
||||||
|
@ -32,9 +35,8 @@
|
||||||
<script>
|
<script>
|
||||||
function getText(){
|
function getText(){
|
||||||
var input = $('#textarea').val()
|
var input = $('#textarea').val()
|
||||||
console.log(input)
|
|
||||||
$('#output').text(input)
|
$('#output').text(input)
|
||||||
$('#outputcard').fadeIn(300)
|
$('#outputcard').fadeIn(100)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
res/img/favicon.png
Normal file
BIN
res/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Reference in a new issue