Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


telegram.png /cody/Anshuno15/GameDev-Hub/GameDev Hub/telegram.png
245 Views
0 Comments
Media file
tailwind.config.ts /md_najish_anjum/C:\Users\Lenovo\Downloads\najish-anjum-portfolio-main/tailwind.config.ts
126 Views
0 Comments
import type { Config } from "tailwindcss";

export default {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx}", "./comp
cfeffcdd.webp /sticker-archive/stickers/cfeffcdd.webp
330 Views
0 Comments
Media file
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.once/README.md
97 Views
0 Comments
# lodash.once v4.1.1

The [lodash](https://lodash.com/) method `_.once` exported as a [Node.js](https://nodejs.org/) module.

##
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Confetti Text Effect/style.css
242 Views
0 Comments
body {
height: 100vh;
display: grid;
place-items: center;
font-family: "bebas", sans-serif;
background-color
priyanka.html /priyanka/priyanka.html
772 Views
1 Comments
<html>
<head>
<title>To create paragraph</title>
</head>
<body background ="pexels-pixabay-219998.jpg"TEXT="BLUE">
<center>
Armstrong.js /cody/swapnilsparsh/30DaysOfJavaScript/127 - Armstrong Checker/Armstrong.js
220 Views
0 Comments
const txtInput = document.querySelector(".inputs input"),
checkBtn = document.querySelector(".inputs button"),
infoTxt = documen
hp.jpg /ahmads_codes/E-Commerce Hub/hp.jpg
161 Views
0 Comments
Media file
index_socials.html /cody/atherosai/ui/accordion-04/index_socials.html
497 Views
0 Comments


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion FAQ</title>
<link rel="stylesheet" href=
/itintern/WebDev/WDD/shubh/task-1.html
12 Views
0 Comments
File is locked
script.js /cody/bradtraversy/50projects50days/notes-app/script.js
181 Views
0 Comments
const addBtn = document.getElementById('add')

const notes = JSON.parse(localStorage.getItem('notes'))

if(notes) {
notes.fo
switch.tsx /biisal/biisal/components/ui/switch.tsx
91 Views
0 Comments
"use client"

import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"

import { cn } from "@/l
is_isogram.py /abh/def/is_isogram.py
802 Views
0 Comments
def is_isogram(s):
s = s.lower()
for c in s:
if s.count(c) > 1:
return False
return True

def is
info.json /cody/Aryan-Barodwal/spotify-clone/spotify-clone/songs/Dark_(mood)/info.json
259 Views
0 Comments
{
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
istockphoto-1389992855-612x612.jpg /cody/MuthuPandi-1963/Typing_Prowess/istockphoto-1389992855-612x612.jpg
295 Views
0 Comments
Media file
sliders.html /karbonsites/xiyaciv811/ui/sliders.html
202 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
ps.jpg /cody/bradtraversy/50projects50days/split-landing-page/ps.jpg
237 Views
0 Comments
Media file
roboto-v20-latin-regular.svg /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-regular.svg
361 Views
0 Comments
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg
script.js /cody/swapnilsparsh/30DaysOfJavaScript/26 - Calculator/script.js
309 Views
0 Comments
//
let display = document.getElementById('display');
let buttons = Array.from(document.getElementsByClassName('button'));
button
key1.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key1.mp3
265 Views
0 Comments
Media file
app.css /cody/swapnilsparsh/30DaysOfJavaScript/207 - Movie Rating Project/assets/styles/app.css
245 Views
0 Comments
* {
box-sizing: border-box;
}

html {
font-family: sans-serif;
}

ttt.c /abh/learning/c/BPPL/Phase-3/tic-tac-toe/ttt.c
387 Views
0 Comments
#include "ttt.h"
#include <string.h>
#include <stdlib.h>
#include <time.h>


TTT *TTT_init(const char* player1, const char
script.js /cody/swapnilsparsh/30DaysOfJavaScript/137 - Loading Crash Animation/script.js
241 Views
0 Comments
var path = document.querySelector("path");
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax
KawaiineKagami.png /amar/lookingupchibiarchive/KawaiineKagami.png
32 Views
0 Comments
Media file
white-bishop.png /cody/69PercentFat/Js-Chess/img/white-bishop.png
320 Views
0 Comments
Media file
107.PNG /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/107.PNG
267 Views
0 Comments
Media file
wed8.jpg /ahmads_codes/Marriage Hall Booking/wed8.jpg
292 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/086-coming soon page/style.css
225 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");

:root {
--gradient: linear-gradient(90deg, #7f7f
Readme.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/Readme.md
319 Views
0 Comments
# Path-to-RegExp

Turn an Express-style path string such as `/user/:name` into a regular expression.

**Note:** This is a legacy
isPathExcluded.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/projection/isPathExcluded.js
28 Views
0 Comments
'use strict';

const isDefiningProjection = require('./isDefiningProjection');

/*!
* Determines if `path` is excluded by `proj
Q596_Classes_More_Than_5_Studeents.sql /djdj/me/problems/leetcode/Q596_Classes_More_Than_5_Studeents.sql
595 Views
0 Comments
select class from courses
group by class
having count(class) >= 5

LeetCode - Add Two Integers - Ruby /abh/lc/2235.rb
790 Views
1 Comments
# @param {Integer} num1
# @param {Integer} num2
# @return {Integer}
def sum(num1, num2)
return num1 + num2
end