Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.css /itintern/task1/index.css
225 Views
0 Comments
body{
margin:0px;
text-align:center;
background: linear-gradient(138deg, white, rgb(218, 207, 207));
font-fa
pngegg (1).png /djdj/ITintern/Akhilkap124/task3/assets/pngegg (1).png
186 Views
0 Comments
Media file
index.html /cody/vishal-dcode/GSAP Hover Animation/index.html
208 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
121.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/121.png
221 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/130 - Get Mouse Position/index.html
423 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

toggle-bool.lua /abh/nvim/lua/helpers/toggle-bool.lua
140 Views
0 Comments
-- [[ Toggle Bool ]] --

local M = {}

function M.toggle_bool_value(bool)
if bool == "true" then return "false" end
if b
fonts.ts /biisal/biisal/fonts.ts
1 Views
0 Comments
import {
Orbitron,
Poppins, Open_Sans, Montserrat, JetBrains_Mono,
Albert_Sans
} from "next/font/google";

exp
app.js /cody/vishal-dcode/Button Ripple Effect/app.js
72 Views
0 Comments
// Select all the elements with class "ripple"
const buttons = document.querySelectorAll(".ripple");

// Add an event listener t
script.js /cody/swapnilsparsh/30DaysOfJavaScript/105 - Speech Recognitation/script.js
220 Views
0 Comments
const texts= document.querySelector(".texts");
window.SpeechRecognition= window.SpeechRecognition || window.webkitSpeechRecognit
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/176 - Dot Target Game/preview.gif
186 Views
0 Comments
Media file
favicon.ico /cody/swapnilsparsh/30DaysOfJavaScript/94 - Windows 11 Clone/favicon.ico
296 Views
0 Comments
Media file
Steps /djdj/steps.html
772 Views
0 Comments
<script>
window.location.href = "https://dj.000.pe/steps";
</script>
89ab4529.webp /sticker-archive/stickers/89ab4529.webp
272 Views
0 Comments
Media file
History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/express/History.md
48 Views
0 Comments
4.17.1 / 2019-05-25
===================

* Revert "Improve error message for `null`/`undefined` to `res.status`"

4.17.0 / 201
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/On Hover Button Flip/index.html
434 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
rajasthan.html /djdj/abh/rajasthan.html
6 Views
0 Comments
File is locked
index.js /itintern/task1/index.js
306 Views
0 Comments
sidenav = document.querySelector(".sidenav");
menuIcon = document.querySelector(".ri-menu-line");
navCloseBtn = document
html5.png /cody/iCriptSnappie/flutter_portfolio/assets/html5.png
140 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/068-music player/style.css
249 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
create_indexes.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/create_indexes.js
9 Views
0 Comments
'use strict';

const Aspect = require('./operation').Aspect;
const defineAspects = require('./operation').defineAspects;
const O
smooth-cursor.tsx /biisal/biisal/components/ui/smooth-cursor.tsx
1 Views
0 Comments
'use client';

import { FC, useEffect, useRef } from 'react';
import { motion, useSpring } from 'motion/react';

interface Posit
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/vary/LICENSE
360 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2017 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any pers
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/saslprep/package.json
53 Views
0 Comments
{
"name": "saslprep",
"version": "1.0.3",
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc40
chunk.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/gridfs/chunk.js
12 Views
0 Comments
'use strict';

var Binary = require('../core').BSON.Binary,
ObjectID = require('../core').BSON.ObjectID;

var Buffer = require
launch_background.xml /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/drawable/launch_background.xml
456 Views
0 Comments
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:androi
Day 5 /djdj/challange/day5.sql
62 Views
0 Comments
SELECT *
FROM city
WHERE countrycode = 'JPN';
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/app.js
52 Views
0 Comments
const container = document.querySelector(".content");
const baseURL = "https://source.unsplash.com/all/";
const rows = 7;

for (
style.scss /cody/frontendcharm/Mini-Projects/LOADERS/Ping Pong Loading Animation/style.scss
343 Views
0 Comments
* {
border: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}

:root {
tx7w2Ayr.html /cody/tx7w2Ayr.html
668 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>My Second Webpage</title>

<!-- Internal CSS -->
<style>
/* Her
arithmetic_operation.py /djdj/me/problems/hackerrank/arithmetic_operation.py
500 Views
0 Comments
a = int(input())
b = int(input())
print(a+b)
print(a-b)
print(a*b)

readme.md /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/node_modules/ms/readme.md
30 Views
0 Comments
# ms

[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
[![Join the community on
contentDetails.html /cody/lassiecoder/E-CommerceWebsite/contentDetails.html
51 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia