UNPKG

web-basics-framework-template

Version:
13 lines (11 loc) 303 B
'use strict'; /** * ProjectName: web-basics-framework-template * ProjectDescription: Web Basics Framework Template * ProjectAuthor: lZiMUl */ (() => setTimeout(() => { document.getElementById('test').addEventListener('click', () => { alert('Look, I\'m not lying to you, am I.'); }) }, 1000))();