Changed Style to Flat Square

This commit is contained in:
Mujeebullah Kalwar
2023-07-13 15:22:15 +05:00
parent b0666cfef9
commit e8ff58dc42
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ var initAll = function () {
ele.setAttribute("align","center"); ele.setAttribute("align","center");
var count = document.createElement("img") var count = document.createElement("img")
// count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path);
count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path);
ele.appendChild(count); ele.appendChild(count);
var divider =document.createElement("hr") var divider =document.createElement("hr")

View File

@ -115,7 +115,7 @@ var initAll = function () {
ele.setAttribute("align","center"); ele.setAttribute("align","center");
var count = document.createElement("img") var count = document.createElement("img")
// count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path); // count.setAttribute("src", "https://visitor-badge.glitch.me/badge?page_id=practice/en/" + path);
count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat&path=practice/en/" + path); count.setAttribute("src", "https://api.visitorbadge.io/api/visitors?labelColor=%23595959&countColor=%230d81c3&style=flat-square&path=practice/en/" + path);
ele.appendChild(count); ele.appendChild(count);
var divider =document.createElement("hr") var divider =document.createElement("hr")