Update index.html

This commit is contained in:
Sam Sneed 2024-07-07 13:01:39 -05:00 committed by GitHub
parent 23ef0809a3
commit 2b3d47a265
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;
// Fetch the latest SPL template
fetch('https://raw.githubusercontent.com/sam-sneed/spl-template/main/spl')
fetch('https://raw.githubusercontent.com/Sneed-Group/samuel-public-license/main/LICENSE')
.then(response => response.text())
.then(template => {
// Replace placeholders with actual values