added shuffling features
This commit is contained in:
		
							
								
								
									
										47
									
								
								category.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								category.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,47 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en" dir="ltr">
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <title>hub</title>
 | 
			
		||||
    <link rel="stylesheet" href="css/plyr.css"/>
 | 
			
		||||
    <link rel="stylesheet" href="css/index.css">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- Latest compiled and minified CSS -->
 | 
			
		||||
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
 | 
			
		||||
 | 
			
		||||
    <!-- jQuery library -->
 | 
			
		||||
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- Popper JS -->
 | 
			
		||||
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <!-- Latest compiled JavaScript -->
 | 
			
		||||
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
 | 
			
		||||
 | 
			
		||||
    <script src="js/plyr.js"></script>
 | 
			
		||||
    <script src="js/index.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<!-- Grey with black text -->
 | 
			
		||||
<nav class="navbar navbar-expand-sm bg-primary navbar-dark">
 | 
			
		||||
    <!-- Brand -->
 | 
			
		||||
    <a class="navbar-brand" href="#">Lukis Tube</a>
 | 
			
		||||
 | 
			
		||||
    <ul class="navbar-nav">
 | 
			
		||||
        <li class="nav-item ">
 | 
			
		||||
            <a class="nav-link" href="index.html">Home</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li class="nav-item">
 | 
			
		||||
            <a class="nav-link" href="random.html">Random Video</a>
 | 
			
		||||
        </li>
 | 
			
		||||
        <li class="nav-item active">
 | 
			
		||||
            <a class="nav-link" href="category.html">Categories</a>
 | 
			
		||||
        </li>
 | 
			
		||||
    </ul>
 | 
			
		||||
</nav>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user