Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/07. Creative Image Effect/03. Effect 3/style.css
102 Views
0 Comments
body {
background: rgb(23, 23, 23);
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font
index.html /cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation/index.html
543 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
6758d753-9685-4759-8e05-d8598c8392b5.jpeg /amar/lookingupchibiarchive/6758d753-9685-4759-8e05-d8598c8392b5.jpeg
35 Views
0 Comments
Media file
LeetCode - Number of Ways to Split Array - Python /abh/lc/2270.py
529 Views
0 Comments
class Solution:
def waysToSplitArray(self, nums: List[int]) -> int:
c = 0
ls = 0
rs = sum(nums)
Img2.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/images/Img2.jpg
116 Views
0 Comments
Media file
content.js /cody/lassiecoder/E-CommerceWebsite/content.js
49 Views
0 Comments
// console.clear();

let contentTitle;

console.log(document.cookie);
function dynamicClothingSection(ob) {
let boxDiv = docum
index.html /karbonsites/contactusinedu/gesture-3d-runner--forked-/index.html
352 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/etag/LICENSE
441 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2016 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any pers
speechCommand.js /cody/swapnilsparsh/30DaysOfJavaScript/149 - Snake Game Voice/speechCommand.js
276 Views
0 Comments

const URL = "https://teachablemachine.withgoogle.com/models/JHem2FpyN/";

async function createModel() {
const checkpointUR
erbuds.jpg /ahmads_codes/E-Commerce Hub/erbuds.jpg
258 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Gradient Border On Input Focus MI/index.html
417 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>G
script.js /karbonsites/contactusinedu/48c1309a-50d3-4d2f-8ef8-ca7ba0f340bf/script.js
98 Views
0 Comments
document.addEventListener('DOMContentLoaded', () => {
// Simple JS to demonstrate interaction logic, though CSS handles most
single-pro-thumb-2.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/single-pro-thumb-2.jpg
66 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Image Carousel/style.css
138 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
pad
cover.jpg /cody/Aryan-Barodwal/spotify-clone/songs/Angry_(mood)/cover.jpg
250 Views
0 Comments
Media file
roboto-v20-latin-regular.svg /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-regular.svg
340 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
profile.jpg /cody/atherosai/ui/table-03/assets/profile.jpg
288 Views
0 Comments
Media file
dj assignment excel sumif.xlsx /djdj/djassign/dj assignment excel sumif.xlsx
255 Views
0 Comments
Media file
Amazon Orders /djdj/order.html
792 Views
0 Comments
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
a{
font-size: 50px;
margin-top: 50px;

}

15.jpg /ahmads_codes/E-Commerce Hub/15.jpg
258 Views
0 Comments
Media file
/djdj/ITintern/Akhilkap124/task3/tailwind.congif.js
245 Views
0 Comments
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["index.html"],
theme: {
extend: {},
},

info.json /cody/Aryan-Barodwal/spotify-clone/songs/ncs/info.json
298 Views
0 Comments
{
"title": "Hollywood Hit songs",
"description": "Songs for you"
}
index.html /cody/bradtraversy/50projects50days/dad-jokes/index.html
453 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
LeetCode - Make The String Great - Go /abh/lc/1544.go
422 Views
0 Comments
func abs(n int) int {
if n < 0 {
return -n
}
return n
}
func makeGood(s string) string {
var stac
Silvia.png /amar/lookingupchibiarchive/Silvia.png
13 Views
0 Comments
Media file
signup.html /karbonsites/priyanshu20080/bingoit/signup.html
178 Views
0 Comments
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=d
Vettaiyan - (Tamil).m4a /djdj/songs/Vettaiyan - (Tamil).m4a
471 Views
0 Comments
Media file
chennai.html /ahmads_codes/Marriage Hall Booking/chennai.html
533 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/48. Search and Highlight/app.js
104 Views
0 Comments
const p = document.getElementById("p");
const searchBtn = document.getElementById("searchBtn");

searchBtn.addEventListener("cli
Release.xcconfig /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Configs/Release.xcconfig
388 Views
0 Comments
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"

index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Spotlight Cursor Text Animation/index.html
559 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S