25 lines
686 B
HTML
25 lines
686 B
HTML
<body>
|
|
<div
|
|
style="
|
|
background-color: #ff9100;
|
|
width: 512px;
|
|
height: 512px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
height="512px"
|
|
viewBox="0 -960 960 960"
|
|
width="512px"
|
|
fill="white"
|
|
>
|
|
<path
|
|
d="M468.35-95.52 135.3-428.13h150.74L544-169.61l176.26-176.26h-85.91v-106h266v266h-106v-85.35L618.09-95.52q-30.92 30.91-74.87 30.91-43.96 0-74.87-30.91ZM59.65-508.13v-266h106v85.35l176.26-175.7q30.92-30.91 74.59-30.91t74.59 30.91l334.17 332.61H674.52L416-790.39 239.74-614.13h85.91v106h-266Z"
|
|
/>
|
|
</svg>
|
|
</div>
|
|
</body>
|