- Text Content Generator - http://www.lipsum.com
- Favicon Generator - http://tools.dynamicdrive.com/favicon
- Data Generator - https://mockaroo.com/
- Mobile Mockup Generator - https://mockuphone.com
- Logo Generator - https://www.logaster.com
- UUID Generator - https://www.uuidgenerator.net/
- Hash Generator - https://passwordsgenerator.net/sha256-hash-generator/
- Ultimate Code Generator - https://webcode.tools/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//_________________script js______________ | |
async function test(){ | |
return new Promise((res,rej)=>{ | |
setTimeout(function(){ | |
res('test async function') | |
},3000) | |
}) | |
} | |
//_________________content js______________ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"adana": { | |
"il": { | |
"plaka": 1, | |
"belediye-ismi": "ADANA BÜYÜKŞEHİR", | |
"belediye-tel": "3224585831", | |
"belediye-faks": "3224543787", | |
"belediye-mail": "[email protected]", | |
"belediye-web": "www.adana.bel.tr", | |
"nufus": "2149260", |