Add ccbot

Change-Id: I889ead19ed52998854714c8209f124415ad575ec
diff --git a/config_avatars.php b/config_avatars.php
index 27319c9..a978b99 100644
--- a/config_avatars.php
+++ b/config_avatars.php
@@ -2,5 +2,6 @@
 // Avatars definitions
 $USERS = [
   'avm99963' => 'https://www.avm99963.com/images/avatar.jpg',
+  'ccbot' => 'https://developers.google.com/search/images/google-search-central-logo.png',
   // Add your avatar above!
 ];
diff --git a/index.html b/index.html
index e556e05..a314cfa 100644
--- a/index.html
+++ b/index.html
@@ -5,11 +5,11 @@
   <title>Gerrit avatars</title>
 </head>
 <body>
-  In order to modify/add your avatar, submit a change to the
+  <p>In order to modify/add your avatar, submit a change to the
   <code>config_avatars.php</code> file in the
   <a href="https://gerrit.avm99963.com/admin/repos/gerrit-avatars">gerrit-avatars</a>
-  repository.
+  repository.</p>
 
-  You can see the current list of avatars
-  <a href="https://gerrit.avm99963.com/plugins/gitiles/gerrit-avatars/+/HEAD/config_avatars.php">here</a>.
+  <p>You can see the current list of avatars
+  <a href="https://gerrit.avm99963.com/plugins/gitiles/gerrit-avatars/+/HEAD/config_avatars.php">here</a>.</p>
 </body>