summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html5
-rw-r--r--meta.html5
-rw-r--r--network.html5
-rw-r--r--src/header.html5
4 files changed, 12 insertions, 8 deletions
diff --git a/index.html b/index.html
index 72abb20..d1aeb33 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<head>
<title>Home</title>
-<meta charset="utf-8">
-<link rel="stylesheet" href="style.css">
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
</head>
<body>
<div class="content">
diff --git a/meta.html b/meta.html
index 15fbfbb..25f5b0e 100644
--- a/meta.html
+++ b/meta.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<head>
<title>Making This Site</title>
-<meta charset="utf-8">
-<link rel="stylesheet" href="style.css">
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
</head>
<body>
<div class="content">
diff --git a/network.html b/network.html
index 4efa2cf..bd66ef4 100644
--- a/network.html
+++ b/network.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<head>
<title>A Distributed Network Idea</title>
-<meta charset="utf-8">
-<link rel="stylesheet" href="style.css">
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
</head>
<body>
<div class="content">
diff --git a/src/header.html b/src/header.html
index 84dec30..c97c7b2 100644
--- a/src/header.html
+++ b/src/header.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<head>
<title>[TITLE]</title>
-<meta charset="utf-8">
-<link rel="stylesheet" href="style.css">
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
</head>
<body>
<div class="content">