Hello world!

This commit is contained in:
2020-07-22 12:54:04 +02:00
commit 868050bcbe
42 changed files with 3657 additions and 0 deletions

12
badge.php Normal file
View 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