Update 'index.html'

This commit is contained in:
nodemixaholic 2024-03-31 20:26:27 +00:00
parent 914a2afeed
commit ce0a2a4c29

View file

@ -22,7 +22,7 @@
const name = document.getElementById('name').value; const name = document.getElementById('name').value;
// Fetch the latest SPL template // 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(response => response.text())
.then(template => { .then(template => {
// Replace placeholders with actual values // Replace placeholders with actual values