Update index.html
This commit is contained in:
parent
23ef0809a3
commit
2b3d47a265
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue