Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


RinYoungGirlA.png /amar/lookingupchibiarchive/RinYoungGirlA.png
5 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Text Reveal MI/index.html
412 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
YoYoHoneySingh.mp3 /djdj/songs/YoYoHoneySingh.mp3
247 Views
0 Comments
Media file
sudoku.js /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/static/js/sudoku.js
303 Views
0 Comments
const newGrid = (size) => {
let arr = new Array(size);

for (let i = 0; i < size; i++) {
arr[i] = new Array(size
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/15. Background Color Changer/app.js
112 Views
0 Comments
const btn = document.getElementById("btn");
let hex = document.getElementById("hexCode");

function randomColor() {
let letter
script.js /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/script.js
309 Views
0 Comments
"use strict";
console.clear();
class Stage {
constructor() {
// container
this.render = function () {

types.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mime/types.json
42 Views
0 Comments
{"application/andrew-inset":["ez"],"application/applixware":["aw"],"application/atom+xml":["atom"],"application/atomcat+xml":["a
array-flatten.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/array-flatten/array-flatten.js
189 Views
0 Comments
'use strict'

/**
* Expose `arrayFlatten`.
*/
module.exports = arrayFlatten

/**
style.css /cody/frontendcharm/Mini-Projects/MENUS/Fold Out Mobile Menu/style.css
209 Views
0 Comments
* {
margin: 0;
box-sizing: border-box;
font-family: HelveticaNeue, Helvetica, sans-serif;
}

nav {
color: white;
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/38. keyCode/style.css
116 Views
0 Comments
* {
box-sizing: border-box;
}

body {
height: 100vh;
font-family: sans-serif;
display: flex;
style.css /cody/Shubhajiit/3D-Gallary/style.css
100 Views
0 Comments

cards-hover-effect.tsx /cody/atherosai/ui/react-examples/pages/cards-hover-effect.tsx
558 Views
0 Comments
import React from 'react';
import Container from '@components/Container';

const cardsHoverEffect = () => {
return (

content.html /cody/lassiecoder/E-CommerceWebsite/content.html
151 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
atharva-tulsi-6ftd4RgUdnk-unsplash.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/31. Full Screen Navigation/images/atharva-tulsi-6ftd4RgUdnk-unsplash.jpg
26 Views
0 Comments
Media file
script.js /cody/atherosai/ui/comments-01/script.js
261 Views
0 Comments

// slightly modified https://stackoverflow.com/questions/3177836/
// how-to-format-time-since-xxx-e-g-4-minutes-ago-similar-to-
bs2.html /demo/render/bs2.html
767 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Grid Demo</title>
<!-- Add Bootstrap CSS from a CDN -->
<link re
minimum-window-subsequence.py /prakhardoneria/GFG/minimum-window-subsequence.py
145 Views
0 Comments
class Solution:
def minWindow(self, s1, s2):
n1, n2 = len(s1), len(s2)
i, j = 0, 0
min_len = float('
codes.json /cody/lassiecoder/mutual-funding-app/server/node_modules/statuses/codes.json
41 Views
0 Comments
{
"100": "Continue",
"101": "Switching Protocols",
"102": "Processing",
"103": "Early Hints",
"200": "OK",
"201": "C
Zunko.png /amar/lookingupchibiarchive/Zunko.png
4 Views
0 Comments
Media file
holes.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/holes.js
209 Views
0 Comments
var test = require('tape');
var inspect = require('../');

var xs = ['a', 'b'];
xs[5] = 'f';
xs[7] = 'j';
xs[8] = 'k';

style.scss /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Text Reveal MI/style.scss
322 Views
0 Comments
*,
*:before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

style.css /cody/solygambas/html-css-javascript-projects/038-mobile tab navigation/style.css
246 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

* {
box-sizing: border-box;
}

body {
backgr
style.css /cody/Kuldeep-Sharmaa/BMI-Calculator/style.css
195 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial;
transition: all 0.3s;
}

Education Website (forked) - course.html /karbonsites/contactusinedu/326686d2-1e5f-4ceb-9fb6-74280e404e39/1ac3018b-5807-49a6-bae3-5bbc6cf003f6/course.html
133 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
fc819c28.webp /sticker-archive/stickers/fc819c28.webp
338 Views
0 Comments
Media file
457d2da6.webp /sticker-archive/stickers/457d2da6.webp
299 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/175 - T-rex runner Game/index.html
506 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

README.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/call-bind/README.md
280 Views
0 Comments
# call-bind <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![github actions][actions-image]][actions-url]
[![cove
handleTimestampOption.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/schema/handleTimestampOption.js
16 Views
0 Comments
'use strict';

module.exports = handleTimestampOption;

/*!
* ignore
*/

Loder 1 /djdj/youtube/Loder1.html
462 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Rotating Spring Loop</title>
<style>
bod
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/type-is/package.json
104 Views
0 Comments
{
"name": "type-is",
"description": "Infer the content-type of a request.",
"version": "1.6.18",
"contributors": [
"
NamakeMono.jpg /amar/lookingupchibiarchive/NamakeMono.jpg
4 Views
0 Comments
Media file