Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/83. Twitter Follow Component/style.css
58 Views
0 Comments
:root {
--light-bg: white;
--light-primary: rgb(247, 249, 250);
--light-secondary: rgb(240, 242, 243);
--light-divider:
style.css /karbonsites/sfameer786/world-site/style.css
45 Views
0 Comments
/* --- CSS Reset & Base Styles (Default Theme: Modern Dark/Minimalist) --- */
:root {
--color-bg: #0f0f0f; /* Deep Charcoal
432f7259.webp /sticker-archive/stickers/432f7259.webp
228 Views
0 Comments
Media file
utility.css /cody/Aryan-Barodwal/spotify-clone/spotify-clone/utility.css
85 Views
0 Comments
.border {
border: 2px solid red;
margin: 3px;
}

.invert {
filter: invert(1);
}
Flutter-Release.xcconfig /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Flutter/Flutter-Release.xcconfig
432 Views
0 Comments
#include "ephemeral/Flutter-Generated.xcconfig"

compile.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/document/compile.js
9 Views
0 Comments
'use strict';

const documentSchemaSymbol = require('../../helpers/symbols').documentSchemaSymbol;
const get = require('../../he
style.css /cody/swapnilsparsh/30DaysOfJavaScript/134 - Stack Game/style.css
216 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Comfortaa");
html, body {
margin: 0;
overflow: hidden;
height: 100%;

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/utils-merge/LICENSE
40 Views
0 Comments
The MIT License (MIT)

Copyright (c) 2013-2017 Jared Hanson

Permission is hereby granted, free of charge, to any person obtaini
calculator.png /cody/swapnilsparsh/30DaysOfJavaScript/26 - Calculator/assets/calculator.png
198 Views
0 Comments
Media file
build.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mime/src/build.js
8 Views
0 Comments
#!/usr/bin/env node

'use strict';

const fs = require('fs');
const path = require('path');
const mimeScore = require('mime-scor
safer.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/safer-buffer/safer.js
205 Views
0 Comments
/* eslint-disable node/no-deprecated-api */

'use strict'

var buffer = require('buffer')
var Buffer = buffer.Buffer

var safer
ethereum.png /cody/atherosai/ui/table-02/assets/ethereum.png
188 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/60. Modern Calculator/index.html
74 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/etag/LICENSE
361 Views
0 Comments
(The MIT License)

Copyright (c) 2014-2016 Douglas Christopher Wilson

Permission is hereby granted, free of charge, to any pers
Snake.html /amar/Snake.html
687 Views
0 Comments
<canvas id="gc" width="600" height="600"></canvas>
<script>
window.onload=function() {
canv=document.getElementById("gc");
fileExplorerIcon.png /cody/swapnilsparsh/30DaysOfJavaScript/196 - Windows 11/src/fileExplorerIcon.png
239 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/404 ERROR PAGE/404 Glitch Text Effect/style.css
200 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Fira+Mono:400");

body {
width: 100vw;
height: 100vh;
display:
webpage3.html /demo/render/webpage3.html
637 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Demo Page</title>
<style>
body {
font-family:
LeetCode - Maximum Score After Splitting a String - Python /abh/lc/1422.py
366 Views
0 Comments
class Solution:
def maxScore(self, s: str) -> int:
maxscore = 0
for i in range(1, len(s)):
l
Payment Offers.html /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/Payment Offers.html
77 Views
0 Comments
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to Gorge Mall</title>
<link rel="s
script.js /cody/bradtraversy/50projects50days/movie-app/script.js
149 Views
0 Comments
const API_URL = 'https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=3fd2be6f0c70a2a598f084ddfb75487c&pa
/djdj/2nd.html
832 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/ms/package.json
188 Views
0 Comments
{
"name": "ms",
"version": "2.0.0",
"description": "Tiny milisecond conversion utility",
"repository": "zeit/ms",
"mai
55ceec89.webp /sticker-archive/stickers/55ceec89.webp
226 Views
0 Comments
Media file
script.js /karbonsites/agootoo/define/script.js
46 Views
0 Comments
// --- Mock Data Store ---
const MOCK_USER_DATA = {
id: 'U1001',
name: 'Jane Doe',
email: 'jane.doe@example.com',

05.png /cody/iCriptSnappie/flutter_portfolio/assets/projects/05.png
134 Views
0 Comments
Media file
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/index.d.ts
166 Views
0 Comments
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
conferm-delete.html /abh/HTMLify/templates/conferm-delete.html
562 Views
0 Comments
<!--conferm-delete.html-->
<h1>Do you really want to delete the file {{ file.name }} at {{ file.path }}?</h1>
{% if file.type in
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Neon Cursor Using Three.js/style.css
207 Views
0 Comments
body,
html,
#neon {
margin: 0;
width: 100%;
height: 100%;
}

index.html /cody/frontendcharm/Mini-Projects/LOADERS/Animated Loading Screen/index.html
479 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>A
Play Date Lilly Brooks .mp3 /cody/Aryan-Barodwal/spotify-clone/songs/ncs/Play Date Lilly Brooks .mp3
222 Views
0 Comments
Media file