added shuffling features
This commit is contained in:
		
							
								
								
									
										23
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								index.html
									
									
									
									
									
								
							@@ -5,6 +5,7 @@
 | 
			
		||||
    <title>hub</title>
 | 
			
		||||
    <link rel="stylesheet" href="css/plyr.css"/>
 | 
			
		||||
    <link rel="stylesheet" href="css/index.css">
 | 
			
		||||
    <link rel="stylesheet" href="css/video.css">
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- Latest compiled and minified CSS -->
 | 
			
		||||
@@ -25,7 +26,25 @@
 | 
			
		||||
    <script src="js/index.js"></script>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
<h1>lukis hub</h1>
 | 
			
		||||
<!-- 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 active">
 | 
			
		||||
            <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">
 | 
			
		||||
            <a class="nav-link" href="category.html">Categories</a>
 | 
			
		||||
        </li>
 | 
			
		||||
    </ul>
 | 
			
		||||
</nav>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<div class="videopagewrapper hideit">
 | 
			
		||||
    <div class="row">
 | 
			
		||||
        <div class="col-sm-2">
 | 
			
		||||
@@ -48,7 +67,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="col-sm-2">
 | 
			
		||||
            <button id="likebtn">Like it!</button>
 | 
			
		||||
            <button id="tagbutton">Like it!</button>
 | 
			
		||||
            <button id="tagbutton">Tag it!</button>
 | 
			
		||||
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="col-sm-5">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user