Update index.html

This commit is contained in:
Sam Sneed 2024-08-07 01:31:15 +00:00 committed by GitHub
parent 4ebc9336e6
commit cd1fec1341
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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/Sneed-Group/samuel-public-license/main/LICENSE') fetch('https://raw.githubusercontent.com/Sneed-Group/sammy-public-license/main/LICENSE')
.then(response => response.text()) .then(response => response.text())
.then(template => { .then(template => {
// Replace placeholders with actual values // Replace placeholders with actual values