From ce0a2a4c29ca4e3e9da219c2a4c806e0002106a8 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Sun, 31 Mar 2024 20:26:27 +0000 Subject: [PATCH] Update 'index.html' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 09e28fd..d26d565 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ const name = document.getElementById('name').value; // Fetch the latest SPL template - fetch('https://raw.githubusercontent.com/NodeMixaholic/samuel-public-license/main/LICENSE') + fetch('https://raw.githubusercontent.com/sam-sneed/spl-template/main/spl') .then(response => response.text()) .then(template => { // Replace placeholders with actual values