Skip to content

Commit d5396c1

Browse files
committed
add favicon to the home page
1 parent 2d2b3d7 commit d5396c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="Raft is a consensus algorithm that is designed to be easy to understand.">
8+
<link rel="icon" type="image/x-icon" href="logo/favicon.ico" >
89
<!-- The next line authorizes Diego to use the Google Search Console on this site. -->
910
<meta name="google-site-verification" content="aRKNQn2I0UXp0xfA1c6Hz0d_fiWqhhAGfher0aZRL3g" />
1011
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" integrity="sha384-dkTxiR4Mv8i0ubTj0fsgTCmhYmOtrc0o6rdrEO6hDZs9cAifak0Y2VVL2cecWHLQ" crossorigin="anonymous" >

0 commit comments

Comments
 (0)