kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

placeholder.svg (471B)


      1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 130" width="160" height="130">
      2   <!-- background -->
      3   <rect x="8" y="8" width="144" height="114" rx="18" fill="#F5F5F5" stroke="#CCCCCC" stroke-width="4"/>
      4 
      5   <!-- question mark circle -->
      6   <circle cx="80" cy="60" r="32" fill="#DDDDDD"/>
      7   <text x="80" y="75" font-family="Fredoka, sans-serif" font-size="44" font-weight="600"
      8         fill="#888888" text-anchor="middle" dominant-baseline="auto">?</text>
      9 </svg>