You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2020. It is now read-only.
{% for link in site.data.links %}{% for item in link %}<a href="{{ item[1] }}" target="_blank" class="btn">{{ item[0] }}</a> {% endfor %}{% endfor %}
</p>
<p> </p>
<h2>같이 놀려면...</h2>
<ul>
{% for link in site.data.links %}
<li>{% for item in link %}{{ item[0] }}: <a href="{{ item[1] }}" target="_blank">{{ item[1] }}</a>{% endfor %}</li>