From 914a2afeed0a97ecc698697baf15c771d5b585db Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 7 Feb 2024 22:04:24 +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 8be0ee4..09e28fd 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ const name = document.getElementById('name').value; // Fetch the latest SPL template - fetch('http://nodemixaholic.com:3002/nodemixaholic/samuel-public-license/raw/branch/main/LICENSE') + fetch('https://raw.githubusercontent.com/NodeMixaholic/samuel-public-license/main/LICENSE') .then(response => response.text()) .then(template => { // Replace placeholders with actual values