Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


nextsong.svg /cody/Aryan-Barodwal/spotify-clone/spotify-clone/img/nextsong.svg
331 Views
0 Comments
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 19V5L16 12L4 19Z" st
TetoSynthVPink.png /amar/lookingupchibiarchive/TetoSynthVPink.png
23 Views
0 Comments
Media file
LeetCode - Separate the Digits in an Array - Python /abh/lc/2553.py
679 Views
0 Comments
class Solution:
def separateDigits(self, nums: List[int]) -> List[int]:
saprated = []
for num in nums:

image-01.jpg /cody/atherosai/ui/gallery-03/images/image-01.jpg
378 Views
0 Comments
Media file
bhopal.html /ahmads_codes/Marriage Hall Booking/bhopal.html
540 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
script.js /cody/swapnilsparsh/30DaysOfJavaScript/147 - Screen Recorder/script.js
242 Views
0 Comments
let preview = document.getElementById("preview");
let recording = document.getElementById("recording");
let startButton = docume
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/173 - Spin The Wheel Game/readme.md
509 Views
0 Comments
# Spin Wheel Game🎡
> It's a Spin Wheel Game made using HTML,CSS,JS , The Code is responsive and here after clicking the start bu
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Processing Button MI/index.html
576 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
app_icon.ico /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/windows/runner/resources/app_icon.ico
333 Views
0 Comments
Media file
auth-client.ts /biisal/biisal/lib/auth-client.ts
106 Views
0 Comments
import { createAuthClient } from "better-auth/react";

export const authClient = createAuthClient({
baseURL: process.env.NEX
HISTORY.md /cody/lassiecoder/mutual-funding-app/server/node_modules/merge-descriptors/HISTORY.md
194 Views
0 Comments
1.0.1 / 2016-01-17
==================

* perf: enable strict mode

1.0.0 / 2015-03-01
==================

style.css /cody/solygambas/html-css-javascript-projects/021-drag n drop/style.css
274 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: steelblue;
display: flex;
align-items: center;
utility.css /cody/Aryan-Barodwal/spotify-clone/utility.css
237 Views
0 Comments
.border {
border: 2px solid red;
margin: 3px;
}

.invert {
filter: invert(1);
}
b0d6d112.webp /sticker-archive/stickers/b0d6d112.webp
23 Views
0 Comments
Media file
favicon.svg /cody/codewithsadee/glowing/favicon.svg
433 Views
0 Comments
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="100" height="10
b4b32245.webp /sticker-archive/stickers/b4b32245.webp
326 Views
0 Comments
Media file
xbox.jpg /cody/bradtraversy/50projects50days/split-landing-page/xbox.jpg
262 Views
0 Comments
Media file
Business Comm. Book T. N. Chabra /djdj/Mba/bc-book.html
335 Views
0 Comments
<iframe class="scribd_iframe_embed" title="Tn Chabra Bom Book PDF" src="https://www.scribd.com/embeds/695544751/content?start_p
974cffe8.webp /sticker-archive/stickers/974cffe8.webp
314 Views
0 Comments
Media file
LeetCode - Hand of Straights - Python /abh/lc/846.py
450 Views
0 Comments
class Solution:
def isNStraightHand(self, hand: List[int], groupSize: int) -> bool:
if len(hand) % groupSize != 0:
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Glowing Gradient Effect On Mouse Move/style.css
217 Views
0 Comments
body {
background-color: #151515;
height: 100vh;
margin: 0;
overflow: hidden;
}

@keyframes rotate {
3c7da674.webp /sticker-archive/stickers/3c7da674.webp
305 Views
0 Comments
Media file
script.js /cody/solygambas/html-css-javascript-projects/053-touch slider/script.js
320 Views
0 Comments
const slider = document.querySelector(".slider-container"),
slides = Array.from(document.querySelectorAll(".slide"));

let isD
Pp fmcf /djdj/Mba/p-fmcf2.html
160 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/bradtraversy/50projects50days/rotating-nav-animation/style.css
199 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
box-sizing: border-box;
}

body {
font-family
info.json /cody/Aryan-Barodwal/spotify-clone/songs/Uplifting_(mood)/info.json
325 Views
0 Comments
{
"title": "Get up and Grind",
"description": "You can do it!"
}
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Galaxy Button/index.html
473 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
user-files.html /abh/HTMLify/templates/skeletons/user-files.html
701 Views
0 Comments
<!-- user-files.html -->
{% for file in files %}
{{ loop.index }}<a href=" {{ file.path }}">{{ file.name }}</a> {{ file.size }}<
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Star Rating Interaction/style.css
254 Views
0 Comments
* {
box-sizing: border-box;
}

:root {
--background-color: #151515;
--on-color: #ffc107;
--off-color: #666;
VY2.png /amar/lookingupchibiarchive/VY2.png
16 Views
0 Comments
Media file
Implement k Queues in a Single Array.py /prakhardoneria/Implement k Queues in a Single Array.py
312 Views
0 Comments
class kQueues:
def __init__(self, n, k):
self.n = n
self.k = k
self.arr = [0] * n
self.front
style.css /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/style.css
242 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

* {
margin: 0;
padding: 0;
box-sizing