Skip to content

Instantly share code, notes, and snippets.

View gxcsoccer's full-sized avatar
🥶
Vibe coding

宗羽(zōng yǔ) gxcsoccer

🥶
Vibe coding
View GitHub Profile
<div>
<a href="{{protocol}}//{{host}}{{pathname}}">{{protocol}}//{{host}}{{pathname}}</a>
</div>
<script>
function Template(node) {
var prototype = document.createDocumentFragment();
prototype.appendChild(node);