Update 'index.html'
This commit is contained in:
parent
4d382f8655
commit
cf09a42880
1 changed files with 1 additions and 1 deletions
|
@ -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('http://nodemixaholic.com:3002/nodemixaholic/samuel-public-license/raw/branch/main/LICENSE')
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(template => {
|
.then(template => {
|
||||||
// Replace placeholders with actual values
|
// Replace placeholders with actual values
|
||||||
|
|
Loading…
Reference in a new issue