TikKwaiTok - Fun Video Sharing App
About this app
TikKwaiTok is a fun video sharing app where users can upload and watch short videos.
TikKwaiTok - Fun Video Sharing App TikKwaiTok Fun Video Sharing App Funny Cat Compilation Watch this hilarious compilation of cats doing funny things! Uploaded by: CatLover123 Dancing Parrot Check out this amazing parrot dancing to the beat! Uploaded by: BirdWatcher456 Epic Fail Compilation Prepare to laugh with this compilation of epic fails! Uploaded by: FailMaster789
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>TikKwaiTok - Fun Video Sharing App</title>
<meta name="description" content="TikKwaiTok is a fun video sharing app where users can upload and watch short videos.">
<meta name="keywords" content="TikKwaiTok, video sharing, short videos, entertainment">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.
// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
font-family: 'Arial', sans-serif;
background-color: #f9f9f9;
color: #333333;
margin: 0;
padding: 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.header {
text-align: center;
padding: 20px;
background-color: #ff0000;
color: #ffffff;
}
.video {
margin-bottom: 20px;
padding: 20px;
background-color: #ffffff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.video .title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.video .description {
font-size: 14px;
margin-bottom: 10px;
}
.video .author {
font-size: 12px;
color: #666666;
}
.video .play-btn {
font-size: 24px;
color: #ff0000;
cursor: pointer;
}
.video .play-btn:hover {
color: #ffffff;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<div class="header">
<h1>TikKwaiTok</h1>
<p>Fun Video Sharing App</p>
</div>
<div class="video">
<h2 class="title">Funny Cat Compilation</h2>
<p class="description">Watch this hilarious compilation of cats doing funny things!</p>
<p class="author">Uploaded by: CatLover123</p>
<i class="fa fa-play-circle play-btn"></i>
</div>
<div class="video">
<h2 class="title">Dancing Parrot</h2>
<p class="description">Check out this amazing parrot dancing to the beat!</p>
<p class="author">Uploaded by: BirdWatcher456</p>
<i class="fa fa-play-circle play-btn"></i>
</div>
<div class="video">
<h2 class="title">Epic Fail Compilation</h2>
<p class="description">Prepare to laugh with this compilation of epic fails!</p>
<p class="author">Uploaded by: FailMaster789</p>
<i class="fa fa-play-circle play-btn"></i>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!