Skip to content

Commit 3d931e9

Browse files
committed
Added title, description and icon
1 parent d4e5019 commit 3d931e9

File tree

4 files changed

+27
-15
lines changed

4 files changed

+27
-15
lines changed

contact.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<script src="css/tailwind.js"></script>
7-
</head>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Rabbit Company</title>
6+
<meta name="description" content="Rabbit Company creates free and open source projects." />
7+
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<script src="css/tailwind.js"></script>
10+
</head>
811
<body>
912
<nav class="bg-gray-800">
1013
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

donation.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<script src="css/tailwind.js"></script>
7-
</head>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Rabbit Company</title>
6+
<meta name="description" content="Rabbit Company creates free and open source projects." />
7+
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<script src="css/tailwind.js"></script>
10+
</head>
811
<body>
912
<nav class="bg-gray-800">
1013
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5+
<title>Rabbit Company</title>
6+
<meta name="description" content="Rabbit Company creates free and open source projects." />
7+
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
58
<meta name="viewport" content="width=device-width, initial-scale=1.0">
69
<script src="css/tailwind.js"></script>
710
</head>

projects.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<script src="css/tailwind.js"></script>
7-
</head>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Rabbit Company</title>
6+
<meta name="description" content="Rabbit Company creates free and open source projects." />
7+
<link rel="shortcut icon" type="image/png" href="images/logo.png"/>
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<script src="css/tailwind.js"></script>
10+
</head>
811
<body>
912
<nav class="bg-gray-800">
1013
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

0 commit comments

Comments
 (0)