This website works better with JavaScript.
Explore
Help
Register
Sign In
Kerem
/
miniBase
Watch
1
Star
0
Fork
You've already forked miniBase
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62b663d939
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '62b663d939'
${ noResults }
miniBase
/
flask_to_docker
/
static
/
js
/
hello.js
6 lines
86 B
Raw
Blame
History
window
.
onload
=
function
(
)
{
setTimeout
(
function
(
)
{
alert
(
'Bye Bye'
)
}
,
5000
)
;
}
;
Reference in new issue
View Git Blame
Copy Permalink