✨ Hello world!
This commit is contained in:
12
badge.php
Normal file
12
badge.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg aria-label="Profile views: <?php echo $count ?? 0 ; ?>" xmlns="http://www.w3.org/2000/svg" height="20" width="140">
|
||||
<title>Profile views: <?php echo $count ?? 0 ; ?></title>
|
||||
<g shape-rendering="crispEdges">
|
||||
<rect height="20" fill="#555" width="140"/>
|
||||
<rect height="20" fill="#4c1" x="80" width="60"/>
|
||||
<rect rx="3" width="80" height="20" fill="transparent"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" font-size="11">
|
||||
<text y="14" x="38">Profile views</text>
|
||||
<text y="14" x="110"><?php echo $count ?? 0 ; ?></text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 640 B |
Reference in New Issue
Block a user