This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Docs styles --> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CDNSFree2/Plyr/plyr.css" /> | |
<!--Add a Simple HTML5 Video tag--> | |
<div id="container"> | |
<video controls data-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" class="vid1"> | |
<!-- Video files --> | |
<source src="https://rebrand.ly/sample-video" type="video/mp4" size="576" /> | |
<!-- Caption files --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrapper"> | |
<canvas class="background"></canvas> | |
</div> | |
<div class="empty"> | |
<div id="container"> | |
<div class="vid"> | |
<video id="player"> | |
<source src="https://hw14.cdn.asset.aparat.com/aparat-video/5b48ea849185dc2e47f532387c17b29f13219888-720p__19987.mp4" type="video/mp4"> | |
</video> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"songs": [ | |
{ | |
"bg": "#c9bea28f", | |
"artist": "ouse", | |
"songName": "deadmans wonderland", | |
"files": { | |
"song": "./assets/media/songs/1/deadmans.mp3", | |
"cover": "./assets/media/songs/1/img.jpg" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<footer class="footer-section"> | |
<div class="container"> | |
<div class="footer-cta pt-5 pb-5"> | |
<div class="row"> | |
<div class="col-xl-4 col-md-4 mb-30"> | |
<div class="single-cta"> | |
<i class="fas fa-map-marker-alt"></i> | |
<div class="cta-text"> | |
<h4>Find us</h4> | |
<span>1010 Avenue, sw 54321, chandigarh</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="person"> | |
<div class="container"> | |
<div class="container-inner"> | |
<img | |
class="circle" | |
src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAYGBgYHBgcICAcKCwoLCg8ODAwODxYQERAREBYiFRkVFRkVIh4kHhweJB42KiYmKjY+NDI0PkxERExfWl98fKcBBgYGBgcGBwgIBwoLCgsKDw4MDA4PFhAREBEQFiIVGRUVGRUiHiQeHB4kHjYqJiYqNj40MjQ+TERETF9aX3x8p//CABEIAugDqAMBIgACEQEDEQH/xAAcAAEAAQUBAQAAAAAAAAAAAAAAAQMEBQYHAgj/2gAIAQEAAAAA+ifPn1aV6mDy9WaOMswkQF9dYrM4L577FseT842p4vKV7aV7rDCFD56woDa+kZrSrHn3Pcni67Ldo2fCkyu6+TqXl/cEkfKGnXv1/lIlHrOXBMBjNK6L6lSqTa1/Ys8fbCRCp4u7rGZb574X3/sGUp480rGddxc3NpJBq3BfADf90wlphuJ+YyWNuvexdcuIua3n3UytXJXvqJkofHFKx+gevJHvNXAmBQriirKfrzURNrjbYmCczjrb15x/xj1/6Q1PNxX8eLj50uuzZSCYDlPLwQna9ttsfyPBPXkbX2C4uop187fe7+oJRq/yRk8XtH1r7B6y94BHl6lbVrW5qRa+b2JLXH2gTm8fZsLyfiP0R0Thf0POYtKGX0n57p9B6fkEg8cJ1IBO9Zaz0PTMeuq9hkKGz9fq3FVWyOUyUkEck+e3u9+kOgEnmbbaK0wU1L1WUZ8XNjeWlx4uKXr1KlZ2lHzF7bU3zn3v5Zw1xZfb1vl8dTyWK0jiXm46F0jKAWXAMKArdDp6jy4rPFe1dV6D7r5WllszMkEfNnNIqZDO/VntJFLWNi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
DEX Main Script | |
Created by: Moon and Courtney | |
RASPBERRY PI IS A SKIDDY SKID AF | |
--]] | |
-- Metas | |
local Services = setmetatable({},{ |
This is a quick guide to OAuth2 support in GitHub for developers. This is still experimental and could change at any moment. This Gist will serve as a living document until it becomes finalized at Develop.GitHub.com.
OAuth2 is a protocol that lets external apps request authorization to private details in your GitHub account without getting your password. All developers need to register their application before getting started.
- Redirect to this link to request GitHub access:
NewerOlder