Skip to content

ngupuk/ngupuk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dengarkan Ngupuk dan Cerita kami

Kami akan menceritakan banyak hal di websini.

<iframe src="https://open.spotify.com/embed/show/50m3Obwrrx2Cpn0M7aanR7" width="100%" height="250" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

Support dengan Saweran

Jangan lupa sawer NGUPUK agar kami bisa beli kuota sambil ngupuk terus. Sekali rekaman bisa habis hampir 1GB cuk.

Jangan lupa dukung ngupuk dengan klik tombol Dukung Ngupuk Kalian bisa gunakan ovo, gopay, link aja dll

https://saweria.co/ngupuk


Episode Podcast

{% for cat in site.category-list %}

    {% for page in site.posts %} {% for pc in page.categories %} {% if pc == cat %}
  • {{ page.title }}
  • {% endif %} {% endfor %} {% endfor %}
{% endfor %}

Artikel

    {% for post in site.posts %} {% if post.hide != true %}
  • {{ post.title }}
  • {% endif %} {% endfor %}