Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/solygambas/html-css-javascript-projects/081-animated SVG/index.html
496 Views
0 Comments
<!-- Based on Learn To Build An SVG Animation With CSS by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=gWai7f
cart-03.jpg /cody/codewithsadee/glowing/assets/images/cart-03.jpg
97 Views
0 Comments
Media file
app.js /cody/vishal-dcode/Pokedex/app.js
159 Views
0 Comments
const poke_container = document.getElementById("poke-container");
const pokemon_count = 150;
const colors = {
fire: "#FDDFDF",
db.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/mime-db/db.json
364 Views
0 Comments
{
"application/1d-interleaved-parityfec": {
"source": "iana"
},
"application/3gpdash-qoe-report+xml": {
"source":
script.js /karbonsites/prakhardoneria/0467cab5-a04a-47fe-84a4-cc1e0f87015f/script.js
50 Views
0 Comments
const STORAGE_KEY = 'expenseTrackerData';

// --- Utility Functions ---
const getLocalStorage = () => {
try {
const
offer-banner-2.jpg /khushi/E com Website/assets/images/offer-banner-2.jpg
211 Views
0 Comments
Media file
welcome.php /djdj/php//Programs/System/welcome.php
184 Views
0 Comments
<?php
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){
header('location:login.p
upload certificate.html /sachinthakur/upload certificate.html
640 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/styles.css
222 Views
0 Comments
body {
text-align: center;
background-color: #317dcf;
}

#level-title {
font-family: "Press Start 2P", cursive;
font-siz
For-Loop.php /djdj/php//Programs/For-Loop.php
180 Views
0 Comments
<?php
//for loop
for ($i=0; $i <= 10; $i++) {
echo $i;
}
?>
250922 /0_0_0_1/sys/25/09/22.txt
331 Views
0 Comments
X7D9-PT92-KL0Z-13
LeetCode - Reverse Integer - Python /abh/lc/7.py
371 Views
0 Comments
class Solution:
def reverse(self, x):
if x < 0: n = -1; x = x * (-1)
else: n = 1
r = 0

len.py /abh/def/len.py
587 Views
0 Comments
def len(obj) -> int:
c = 0
while obj:
c += 1
obj = obj[1:]
return c

def len(obj) -> int:
index.html /cody/frontendcharm/Mini-Projects/MENUS/Navbar On Click Sliding Animation/index.html
572 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>N
spotifydown.com - Tera Ghata.mp3 /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Chill_(mood)/spotifydown.com - Tera Ghata.mp3
221 Views
0 Comments
Media file
cli.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mime/cli.js
13 Views
0 Comments
#!/usr/bin/env node

var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);

process.stdout.
to-do/script.js /deepika/to-do/script.js
334 Views
0 Comments
const inputBox=document.getElementById("input-box");
const listContainer=document.getElementById("list-container");
function add
home_4_slide_1.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/home_4_slide_1.jpg
2 Views
0 Comments
Media file
3ed9e11b.webp /sticker-archive/stickers/3ed9e11b.webp
272 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Custom Radio Buttons/style.css
199 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700,900');

body {
display: grid;
place-items: center;

index.html /cody/solygambas/html-css-javascript-projects/054-css loaders/index.html
563 Views
0 Comments
<!-- Based on CSS Loaders Tutorial by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list
Makefile /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/Makefile
98 Views
0 Comments
bench:
node bench.js

.PHONY: test

README.md /cody/codewithsadee/glowing/README.md
440 Views
0 Comments
<div align="center">

![GitHub repo size](https://img.shields.io/github/repo-size/codewithsadee/glowing)
![GitHub stars](h
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/73. Light/app.js
104 Views
0 Comments
let btn = document.querySelector(".btn");
let body = document.body;
let audio = document.querySelector("#audio");

btn.addEventL
LeetCode - Two Out of Three - Go /abh/lc/2032.go
379 Views
0 Comments
func contain(nums []int, target int) bool {
for _, n := range nums {
if n == target {
return true

script.js /cody/swapnilsparsh/30DaysOfJavaScript/12 - Custom QR Code/script.js
226 Views
0 Comments
const href = "https://swapnilsparsh.github.io/";
const size = 250;

new QRCode(document.querySelector("#qr"), {
text: href,

script.js /cody/bradtraversy/50projects50days/3d-boxes-background/script.js
147 Views
0 Comments
const boxesContainer = document.getElementById('boxes')
const btn = document.getElementById('btn')

btn.addEventListener('click'
bhopalvenue2.jpg /ahmads_codes/Marriage Hall Booking/bhopalvenue2.jpg
199 Views
0 Comments
Media file
187.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/187.png
256 Views
0 Comments
Media file
Delete-The-Record.php /djdj/php//Programs/Delete-The-Record.php
159 Views
0 Comments
<?php

// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "f
style.css /cody/vishal-dcode/Matrix Rain Effect/style.css
98 Views
0 Comments
body {
margin: 0;
overflow: hidden;
}
canvas {
display: block;
background-color: #002f00;
}
index.html /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Gradient Border On Hover Animation/index.html
435 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti