<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<!-- 사용예시
<url>
<loc>http://theweb.wetheweb.net/html/</loc>			@전체 URL
<lastmod>2018-04-27</lastmod>						@마지막 수정일
<changefreq>monthly</changefreq>					@페이지가 변경되는 빈도 (참고:https://www.sitemaps.org/ko/protocol.html)
<priority>1</priority>								@상대적 우선순위( 0.0 ~ 1 defalut 값은 0.5)
</url>
-->

<!-- 회사소개 -->
<url>
<loc>주소</loc>
<lastmod>2018-04-27</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>

</urlset>