Skip to content

Commit

Permalink
favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminbck committed Jun 23, 2024
1 parent b3df784 commit 43a95b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added assets/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>

<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Expand Down Expand Up @@ -107,7 +109,7 @@ <h1>Server-Sent Events</h1>
eventSource.onmessage = function(event) {
dataElement.innerHTML = event.data + '<br>';
};

eventSource.onerror = function(event) {
eventSource.close();
dataElement.innerHTML = 'Finished..<br>';
Expand Down

0 comments on commit 43a95b6

Please sign in to comment.