Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


download.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/gridfs-stream/download.js
9 Views
0 Comments
'use strict';

var stream = require('stream'),
util = require('util');

module.exports = GridFSBucketReadStream;

/**
ch5.jpg /cody/swapnilsparsh/30DaysOfJavaScript/83 - Guess Who Game/images/ch5.jpg
197 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Color Changing Radio Slider/style.css
203 Views
0 Comments
* {
margin: 0;
padding: 0;
}

body {
background: #151515;
color: #fff;
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:
index.html /cody/atherosai/ui/profile-cards-04/index.html
539 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cards</title>
<link rel="prec
script.js /cody/bradtraversy/50projects50days/animated-countdown/script.js
143 Views
0 Comments
const nums = document.querySelectorAll('.nums span')
const counter = document.querySelector('.counter')
const finalMessage = doc
style.css /cody/frontendcharm/Mini-Projects/MENUS/Menu Button On Click Interaction/style.css
233 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {
box-sizing: border-box;
}

body {

01.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/01.png
181 Views
0 Comments
Media file
Cil.html /amar/Hyd.html
502 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/39. Tabs/style.css
56 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
margin: 0;
padding: 0;
box-sizing: bord
index.css /cody/lassiecoder/mutual-funding-app/client/src/index.css
12 Views
0 Comments
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell',
readme.markdown /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/readme.markdown
433 Views
0 Comments
# object-inspect <sup>[![Version Badge][2]][1]</sup>

string representations of objects in node and the browser

[![github actio
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/73. Light/style.css
46 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
display: flex;
objectid.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/cast/objectid.js
9 Views
0 Comments
'use strict';

const ObjectId = require('../driver').get().ObjectId;
const assert = require('assert');

module.exports = functio
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/connection/connection.js
9 Views
0 Comments
'use strict';

const EventEmitter = require('events').EventEmitter;
const crypto = require('crypto');
const debugOptions = requi
1.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img3/1.jpg
182 Views
0 Comments
Media file
js1.html /demo/render/js1.html
659 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Interactive Demo</title>
<style>
/* Custom CSS for the butt
search-result.html /abh/HTMLify/templates/skeletons/search-result.html
533 Views
0 Comments
<!-- search-result.html -->
<form class="search-form" action="/search" method="GET" style="margin:20p;">
<input type="text" name
project.pbxproj /cody/iCriptSnappie/flutter_portfolio/macos/Runner.xcodeproj/project.pbxproj
331 Views
0 Comments
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.isstring/LICENSE
38 Views
0 Comments
Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
Based on Underscore.js, copyright 2009-2016 Jeremy Ashkenas
index.html /cody/solygambas/html-css-javascript-projects/021-drag n drop/index.html
486 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
style.css /cody/atherosai/ui/scrolling-02/style.css
168 Views
0 Comments


@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

:root {
--accent: #9fe870;
--accent-hover
wallpaperflare.com_wallpaper.jpg /dakshbadal1379/wallpaperflare.com_wallpaper.jpg
291 Views
0 Comments
Media file
timespan.js /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/timespan.js
12 Views
0 Comments
var ms = require('ms');

module.exports = function (time, iat) {
var timestamp = iat || Math.floor(Date.now() / 1000);

if (
198.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/198.png
209 Views
0 Comments
Media file
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/statuses/package.json
183 Views
0 Comments
{
"name": "statuses",
"description": "HTTP status utility",
"version": "2.0.1",
"contributors": [
"Douglas Christoph
Day 38 /djdj/challange/day38.sql
43 Views
0 Comments
# Write your MySQL query statement below
select distinct p.project_id, Round(AVG(e.experience_years), 2) AS average_years
from
mongo_credentials.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/auth/mongo_credentials.js
7 Views
0 Comments
'use strict';

// Resolves the default auth mechanism according to
// https://github.com/mongodb/specifications/blob/master/sour
style.css /cody/solygambas/html-css-javascript-projects/028-github profiles/style.css
311 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");

* {
box-sizing: border-box;
}

bod
style.css /cody/bradtraversy/50projects50days/mobile-tab-navigation/style.css
137 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
box-sizing: border-box;
}

body {
backgr
VirtualBox-7.0.8-156879-Win.exe /djdj/VirtualBox-7.0.8-156879-Win.exe
745 Views
0 Comments
Media file
LandingPageStyle.css /shubh/LandingPageStyle.css
283 Views
0 Comments
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

body {
background-image: url("LPBGI.jpg");