html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- created by rose -->
<!DOCTYPE html>
<html>
<head>
<title>Todo_App</title>
</head>
<body>
<h2>kotline todo app preview video...</h2>
<video width="340" height="340" controls>
<source src="https://media-hosting.imagekit.io//3931533bb8194cae/screen-20250206-173038_zMU1WJHS.mp4?Expires=1833483215&Key-Pair-Id=K2ZIVPTIP2VGHC&Signature=n7FvcnLBOjScCPTCz0ie0FBnXr3dNdgjRV977tPlyz9n1ehI~EeFwy9iiMMuZi9HavRZkJuxHV1S3JpoZ0hcbveJivbxAH3ysikWjT2eNw6nid-wW04tqdsuu27TUhEJZ18fUIRtproSuckV1J06wbmmEa9Cm~ajh-icoZ7vBHGaf0qd4wK7e2PNYdnGDoxDM5rHZUxKgTdYlwdYTUdBv6-XGY4FF21juiPf7aKxVTciQf6XjnVaFsU0ffT-SZb7SHQWfxUhtBJrlcqnTsDPOkgDSu~EdLkbGpWDeohkdgIHyrg-5NrgmJe1Br-SFIWJhWZ6H1U-kelZycZIzew43g__" type="video/mp4">
</video>
<hr>
<h2>kotline todo app youtube video...</h2>
<iframe width="340" height="340" src="https://www.youtube.com/embed/283woqEtvq0" frameborder="0" allowfullscreen> </iframe>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// created by rose
alert("!! happy coding !!");
setTimeout(() => {
console.log("Hey! I just created my first To-Do app using Kotlin! 🚀"); console.log("------------------------------------------------------------------------------");
setTimeout(() => {
console.log("Source code is available in video not description! 📜"); console.log("------------------------------------------------------------------------------");
setTimeout(() => {
console.log("Watch now & don't forget to subscribe for more amazing projects! ❤️"); console.log("------------------------------------------------------------------------------");
}, 2000);
}, 2000);
}, 1000);
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run