Skip to content

Instantly share code, notes, and snippets.

@search5
Last active June 30, 2025 19:18
Show Gist options
  • Save search5/992277a6e0e413480336d5e758c0fdce to your computer and use it in GitHub Desktop.
Save search5/992277a6e0e413480336d5e758c0fdce to your computer and use it in GitHub Desktop.
Flask 기반의 파이썬 웹 프로그래밍 - 쇼핑몰에서 사용되는 코드
<template>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 45" version="1.1"
xml:space="preserve" style="" x="0px" y="0px" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round"
stroke-miterlimit="1.41421"><path d="M39.526,35.115l0,0c0,-6.673 -4.468,-12.302 -10.576,-14.058c-1.142,1.028 -2.46,1.858 -3.882,2.44c-1.597,0.653 -3.317,0.987 -5.042,0.987c-1.724,0 -3.444,-0.334 -5.041,-0.987c-1.422,-0.582 -2.741,-1.412 -3.882,-2.44c-6.108,1.755 -10.577,7.384 -10.577,14.056c0,0.001 0,0.002 0,0.002l39,0Zm-19.568,-13.001l-0.002,0l-0.038,0l-0.024,0l-0.002,0l-0.007,0l-0.053,-0.001l-0.005,0l-0.001,0c-1.393,-0.025 -2.723,-0.311 -3.944,-0.81l-0.051,-0.02l-0.006,-0.003l-0.005,-0.002l-0.014,-0.006l-0.025,-0.011l-0.012,-0.004l-0.01,-0.005l-0.014,-0.006l-0.015,-0.006l-0.016,-0.007l-0.017,-0.007l-0.011,-0.005l-0.006,-0.003l-0.017,-0.007c-3.885,-1.688 -6.605,-5.562 -6.605,-10.065c0,-6.054 4.915,-10.969 10.968,-10.969c6.054,0 10.969,4.915 10.969,10.969c0,4.503 -2.72,8.377 -6.605,10.065l-0.017,0.007l-0.006,0.003l-0.011,0.005l-0.018,0.007l-0.015,0.007l-0.015,0.006l-0.014,0.006l-0.01,0.005l-0.012,0.004l-0.025,0.011l-0.014,0.006l-0.005,0.002l-0.006,0.003l-0.051,0.02c-1.221,0.499 -2.551,0.785 -3.944,0.81l-0.001,0l-0.006,0l-0.052,0.001l-0.007,0l-0.002,0l-0.024,0l-0.038,0l-0.002,0l-0.002,0l-0.067,0.001l-0.066,-0.001l-0.002,0Z"/>
<text x="0" y="51" fill="#000000" font-size="5px" font-weight="bold"
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">Created by 33studio</text>
<text x="0" y="56" fill="#000000" font-size="5px" font-weight="bold"
font-family="'Helvetica Neue', Helvetica, Arial-Unicode, Arial, Sans-serif">from the Noun Project</text></svg>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment