Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


41a83562.webp /sticker-archive/stickers/41a83562.webp
347 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/06. Creative Menus/02. Menu/index.html
98 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/http-errors/HISTORY.md
122 Views
0 Comments
2019-02-18 / 1.7.2
==================

* deps: setprototypeof@1.1.1

2018-09-08 / 1.7.1
==================

Chat /djdj/youtube/chat.html
501 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, init
browser.js /cody/lassiecoder/mutual-funding-app/server/node_modules/debug/src/browser.js
10 Views
0 Comments
/**
* This is the web browser implementation of `debug()`.
*
* Expose `debug()` as the module.
*/

exports = module.exports
style.css /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/style.css
203 Views
0 Comments
body{
/* background-color: gray; */
background-image: linear-gradient(to right, rgb(184, 208, 217),rgb(247, 122, 122));

space_simulator.png /cody/atherosai/ui/tabs-04/assets/space_simulator.png
243 Views
0 Comments
Media file
uri_parser.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/uri_parser.js
12 Views
0 Comments
'use strict';
const URL = require('url');
const qs = require('querystring');
const dns = require('dns');
const MongoParseError =
style.css /cody/bradtraversy/50projects50days/rotating-nav-animation/style.css
166 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
box-sizing: border-box;
}

body {
font-family
sort-an-array-of-0s-1s-and-2s4231.py /prakhardoneria/GFG/sort-an-array-of-0s-1s-and-2s4231.py
318 Views
0 Comments
class Solution:
def sort012(self, arr):
low = 0
mid = 0
high = len(arr) - 1

while m
style.css /cody/solygambas/html-css-javascript-projects/087-sliding signin signup form/style.css
221 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap");

:root {
--main-color: #6dd5ed;
--
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/on-finished/HISTORY.md
73 Views
0 Comments
2.3.0 / 2015-05-26
==================

* Add defined behavior for HTTP `CONNECT` requests
* Add defined behavior for HTTP `U
script.js /cody/atherosai/ui/sidebar-03/script.js
241 Views
0 Comments

const expand_btn = document.querySelector(".expand-btn");

let activeIndex;

expand_btn.addEventListener("click", () => {
doc
HISTORY.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/negotiator/HISTORY.md
328 Views
0 Comments
0.6.3 / 2022-01-22
==================

* Revert "Lazy-load modules from main entry point"

0.6.2 / 2019-04-29
================
basic-webpage-structure.html /demo/code/basic-webpage-structure.html
826 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
</head>
<body>
<h1>Welcome to My Web Page</h1>
<p>Th
rain.mp4 /cody/swapnilsparsh/30DaysOfJavaScript/80 - Meditation App/video/rain.mp4
269 Views
0 Comments
Media file
index.html /cody/atherosai/ui/buttons-01/index.html
660 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Buttons</title>
<meta name="v
best-programming-video-templates.mp4 /amar/Best programming video template/best-programming-video-templates.mp4
204 Views
1 Comments
Media file
cli.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/mime/cli.js
198 Views
0 Comments
#!/usr/bin/env node

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

process.stdout.
script.js /cody/solygambas/html-css-javascript-projects/073-lyrics search app/script.js
302 Views
0 Comments
const form = document.getElementById("form");
const search = document.getElementById("search");
const result = document.getEleme
key23.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key23.mp3
243 Views
0 Comments
Media file
a9cfed88.webp /sticker-archive/stickers/a9cfed88.webp
47 Views
0 Comments
Media file
ab67706f000000026125e14e8384f5312339e67e.jpeg /cody/Aryan-Barodwal/spotify-clone/img/ab67706f000000026125e14e8384f5312339e67e.jpeg
229 Views
0 Comments
Media file
userReducer.js /cody/lassiecoder/mutual-funding-app/client/src/reducer/userReducer.js
13 Views
0 Comments
export const initialState = null;

export const reducer = (state, action) => {
if(action.type === 'USER') {
return a
bitwise.c /abh/learning/c/BPPL/Phase-2/bitwise/bitwise.c
250 Views
0 Comments
#include <ncurses.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>

enum type {
INT,
FLOAT,
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/types/index.js
21 Views
0 Comments

/*!
* Module exports.
*/

'use strict';

exports.Array = require('./array');
settings.html /karbonsites/kadens4293/youtube/settings.html
159 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Social Icon Hover Effects/style.css
193 Views
0 Comments
body {
background-color: #151515;
display: grid;
place-items: center;
height: 100vh;
}

.wrapper a {
LeetCode - Shuffle an Array - Python /abh/lc/384.py
401 Views
0 Comments
from random import shuffle

class Solution:

def __init__(self, nums: List[int]):
self.list = nums
sel
188.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/188.png
250 Views
0 Comments
Media file
Signinboxbyamarrr /amar/Signinbooxbyamar.html
656 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=devi
style.css /cody/vishal-dcode/Matrix Rain Effect/style.css
104 Views
0 Comments
body {
margin: 0;
overflow: hidden;
}
canvas {
display: block;
background-color: #002f00;
}