Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


ab13929c.webp /sticker-archive/stickers/ab13929c.webp
298 Views
0 Comments
Media file
spotifydown.com - Raula.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Diljit/spotifydown.com - Raula.mp3
271 Views
0 Comments
Media file
manifest.json /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/manifest.json
320 Views
0 Comments
{
"name":"Dad Jokes",
"version": "0.0.1",
"manifest_version": 2,
"browser_action":
{
"default_popup
map.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/release/map.js
21 Views
0 Comments
"use strict";
module.exports = function(Promise,
PromiseArray,
apiRejection,
favicon.png /cody/swapnilsparsh/30DaysOfJavaScript/43 - Getting Started with APIs/assets/favicon.png
258 Views
0 Comments
Media file
validateBeforeSave.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/plugins/validateBeforeSave.js
25 Views
0 Comments
'use strict';

/*!
* ignore
*/

module.exports = function(schema) {
const unshift = true;
/djdj/ITintern/Akhilkap124/task2/index.html
5 Views
0 Comments
File is locked
style.css /cody/frontendcharm/Mini-Projects/HOVERS EFFECTS/Text Reveal On Card Hover/style.css
198 Views
0 Comments
*,
*::before,
*::after {
margin: 0;
box-sizing: border-box;
}

html {
style.css /cody/swapnilsparsh/30DaysOfJavaScript/76 - Car Game/style.css
266 Views
0 Comments
* {
margin: 0;
padding: 0;
background-color: rgb(118, 189, 159);
}

/* html, body {
height: 100%;
index.html /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/index.html
543 Views
0 Comments
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="./assets/css/bootstrap.css">
<link rel="styleshee
Henka.png /amar/lookingupchibiarchive/Henka.png
23 Views
0 Comments
Media file
image-03.jpg /cody/atherosai/ui/gallery-03/images/image-03.jpg
315 Views
0 Comments
Media file
password.svg /cody/atherosai/ui/login-03/assets/password.svg
370 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" str
about.html /karbonsites/harshithaarava31/75423aa9-74fa-4490-a3cc-7743d3953db6/about.html
141 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
shin4.jpg /tanishkak/shin4.jpg
300 Views
0 Comments
Media file
Count Subset With Target Sum II.py /prakhardoneria/GFG/Count Subset With Target Sum II
203 Views
0 Comments
class Solution:
def countSubset(self, arr, k):
n = len(arr)
mid = n // 2
left = arr[:mid]
ri
style.scss /cody/frontendcharm/Mini-Projects/BUTTONS/Radial Toggle Social Icons/style.scss
402 Views
0 Comments
// Colors

$color-black: #19182B;
$color-white: #FFFFFF;

$color-primary-darkest: #151515;
$color-primary-darker: #670b6f;
$colo
CHECK PANGRAM BY C /sunny_jain/CHECK_PANGRAM_BY_.C
586 Views
0 Comments
//WRITE a program to check if string is pangram?
// input-"the quick brown fox jumps over the lazy dog"
//output- is a pangra
styles.css /learnearn-fun/HTML-Projects/Portfolio Page/styles.css
96 Views
0 Comments
/* Custom properties/variables */
:root {
--main-white: #f0f0f0;
--main-red: #be3144;
--main-blue: #45567d;
--main-gray
Runner.xcscheme /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
520 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallel
repl.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/tools/repl.js
21 Views
0 Comments
'use strict';

const co = require('co');

co(function*() {
var ReplSet = require('mongodb-topology-manager').ReplSet;

// Cr
HTMLify Logo /abh/HTMLify/logo.png
274 Views
0 Comments
Media file
Screenshot_2024-01-06-10-34-32-329_com.instagram.android.jpg /amar/Screenshot_2024-01-06-10-34-32-329_com.instagram.android.jpg
194 Views
0 Comments
Media file
script.js /karbonsites/projectjintoag/dlpro/script.js
108 Views
0 Comments
// --- GLOBAL SCRIPT: Handles Navigation, Animations, and Mock Data --- //

// Exchange Rate Service Mock (USD to INR)
const EXC
destroy.js /cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/lib/internal/streams/destroy.js
19 Views
0 Comments
'use strict';

/*<replacement>*/

var pna = require('process-nextick-args');
/*</replacement>*/

// undocumented cb() API, neede
nextsong.svg /cody/Aryan-Barodwal/spotify-clone/spotify-clone/img/nextsong.svg
311 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
styles.css /learnearn-fun/HTML-Projects/Survey Form/styles.css
136 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');

:root {
--color-white: #f3f3f3;
--color-
Php Practical File /djdj/php.pdf
30 Views
0 Comments
File is locked
color.css /khushi/Calculator/color.css
239 Views
0 Comments
*{
font-family: Arial, Helvetica, sans-serif;
background-color:#fff;
margin: 0;
padding: 0;
width: 80%;

ios-like-switch.tsx /cody/atherosai/ui/react-examples/pages/ios-like-switch.tsx
574 Views
0 Comments
import React from 'react';

const iOSSwitchPage = () => {
return (
<>
<input type="checkbox" id="switch"
v6833fnu83.lrc /amar/umeassets/v6833fnu83.lrc
334 Views
0 Comments
[ar:Cults]
[ti:Always forever]
[length:03:43.82]
[re:www.megalobiz.com/lrc/maker]
[ve:v1.2.3]
[00:11.55]You and me always foreve
index.html /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/9adab887-4fca-415c-9c66-04859ca0a646/index.html
125 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia