Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.html /cody/solygambas/html-css-javascript-projects/093-creative portfolio/index.html
398 Views
0 Comments
<!-- Based on Design & Build A Website Crash Course by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=EwmvBnR_x
isMongooseObject.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/isMongooseObject.js
11 Views
0 Comments
'use strict';

/*!
* Returns if `v` is a mongoose object that has a `toObject()` method we can use.
*
* This is for compatibi
Tutu /ajay/Tutu
411 Views
0 Comments

<!DOCTYPE html>
<html>
<head>
<title>Hello HTML</title>
</head>
<body>
<h1>Hello</h1>
README.md /cody/Shubhajiit/3D-Gallary/README.md
259 Views
0 Comments
# 3D-Gallary
You can download.. modify and Grow it!!

Q258_Add_Digits.rs /djdj/me/problems/leetcode/Q258_Add_Digits.rs
554 Views
0 Comments
impl Solution {
pub fn add_digits(num: i32) -> i32 {
if(num==0){
return 0;
}
return (num
hello_world.c /abh/learning/c/BPPL/Phase-1/hello_world/hello_world.c
234 Views
0 Comments
#include <stdio.h>

void main() {
printf("Hello Wolrld");
printf(" ");
printf("[ABH]\n");
}

While-loop.php /djdj/php/Programs/While-loop.php
669 Views
0 Comments
<?php
//while loop
$i = 1;
while($i<=10){
echo $i. "\n";
$i++;
}
?>
style.css /cody/vishal-dcode/Hidden Search/style.css
108 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.isinteger/package.json
20 Views
0 Comments
{
"name": "lodash.isinteger",
"version": "4.0.4",
"description": "The lodash method `_.isInteger` exported as a module.",

Always Forever.mp3 /amar/umeassets/Always Forever.mp3
1052 Views
0 Comments
Media file
rick-roll.mp4 /abh/qr-gift/rick-roll.mp4
463 Views
0 Comments
Media file
b550404e.webp /sticker-archive/stickers/b550404e.webp
215 Views
0 Comments
Media file
91.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/91.PNG
127 Views
0 Comments
Media file
index.html /cody/vishal-dcode/Incrementing Counter/index.html
193 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
script.js /djdj/djupraity/new/script.js
252 Views
0 Comments
// document.getElementById('btn').addEventListener('click', () => {
// const boxes = document.querySelectorAll('.box');
//
Day 7 /djdj/challange/day7.sql
88 Views
0 Comments
/*
https://www.hackerrank.com/challenges/weather-observation-station-3/problem
*/

SELECT DISTINCT city
FROM station
WHERE MOD
itintern logo.png /itintern/itintern logo.png
209 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/20 - Levitate Board/style.css
191 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

@font-face {
font-family: "sans";
bg.jpg /cody/swapnilsparsh/30DaysOfJavaScript/209 - Speech-Number-Guess game/img/bg.jpg
196 Views
0 Comments
Media file
library.html /karbonsites/mdraza7572/quran-50m/library.html
63 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
script.js /cody/atherosai/ui/signup-03/script.js
220 Views
0 Comments
let signupForm = document.querySelector(".my-form");
let email = document.getElementById("email");
let password = document.getEl
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Simple Submit Button Animation/index.html
427 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
4.png /djdj/djupraity/djsangeet/4.png
506 Views
0 Comments
Media file
sans.ttf /cody/swapnilsparsh/30DaysOfJavaScript/20 - Levitate Board/font/sans.ttf
273 Views
0 Comments
Media file
IMG-20260322-WA0013.jpg /biisal/IMG-20260322-WA0013.jpg
5 Views
0 Comments
Media file
close.svg /cody/atherosai/ui/socials-02/assets/close.svg
270 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="white" fill="none" s
img-1.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/91. Foody Landing Page/assets/Images/img-1.png
36 Views
0 Comments
Media file
ro1q613354.js /amar/umeassets/ro1q613354.js
25 Views
0 Comments
//YsCHpnZEhIOYt7svECQuP4JLCDyMoLczmCjVd4opdSNDtf5qqRXKjhPBsEmD3ZYmnMOeZEPqu0WUfbd8Ya5sj8aoVc0xwTjgceBVC1D7eOtA4LHOpExjCXy2vi3nql
red-right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-right-arrow.png
220 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/05. Top 5 Creative Buttons/btn1/index.html
109 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
f2170f4a.webp /sticker-archive/stickers/f2170f4a.webp
252 Views
0 Comments
Media file
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/accepts/index.js
12 Views
0 Comments
/*!
* accepts
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/

'use stric