Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


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

const buildCountCommand = require('./collection_ops').buildCountCommand;
const handleCallback = require('../utils
contact.html /karbonsites/amanbabuhemant/69bab99f-1dbf-44ca-8ad4-59ab5034033f/d5fba049-3dbe-4bc4-a834-49e7467fb2bb/contact.html
118 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
241 Views
0 Comments
Media file
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Rolling Dark Mode Toggle/index.html
365 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
universe.jpg /cody/atherosai/ui/menu-01/universe.jpg
214 Views
0 Comments
Media file
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/package.json
24 Views
0 Comments
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.24",
"
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/08. Creative Cards/02. Card 2/style.css
35 Views
0 Comments
body {
margin: 0;
height: 100vh;
background: linear-gradient(#0093e9, #80d0c7);
display: flex;
justify-content: center
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Custom Slap Toggle MI/index.html
432 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>C
Simple-Print.php /djdj/php//Programs/Simple-Print.php
139 Views
0 Comments
<?php
echo 'hello dj';
?>
crash.mp3 /learnearn-fun/HTML-Projects/Drum Kit Starting Files/sounds/crash.mp3
91 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Pure CSS: Cute 3D Button/style.css
196 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");

* {
box-sizing: border-box;
}

*::before,
*:
image.h /abh/learning/c/BPPL/Phase-3/image-filter/image.h
199 Views
0 Comments
#include <stdbool.h>
#include <gdk-pixbuf/gdk-pixbuf.h>

#ifndef IMAGE_H
#define IMAGE_H

typedef struct {
unsigned c
style.css /cody/solygambas/html-css-javascript-projects/053-touch slider/style.css
214 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

* {
box-sizing: border-box;
margin: 0;
pa
mechinarium.png /cody/atherosai/ui/tabs-04/assets/mechinarium.png
186 Views
0 Comments
Media file
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/50. Feedback/app.js
64 Views
0 Comments
const ratings = document.querySelectorAll(".rating");
const ratingsContainer = document.querySelector(".ratings-container");
con
layer.js /cody/lassiecoder/mutual-funding-app/server/node_modules/express/lib/router/layer.js
18 Views
0 Comments
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
index.html /cody/frontendcharm/Mini-Projects/BUTTONS/Bubbles On Button Click/index.html
407 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>B
Cart.html /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/Cart.html
80 Views
0 Comments
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to Gorge Mall</title>
<link rel="s
11.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/11.png
223 Views
0 Comments
Media file
indent-option.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/test/indent-option.js
171 Views
0 Comments
var test = require('tape');
var forEach = require('for-each');

var inspect = require('../');

test('bad indent options', functi
README.md /khushi/E com Website/README.md
429 Views
0 Comments
<div align="center">

![GitHub repo size](https://img.shields.io/github/repo-size/codewithsadee/glowing)
![GitHub stars](h
my_application.h /cody/iCriptSnappie/flutter_portfolio/linux/runner/my_application.h
219 Views
0 Comments
#ifndef FLUTTER_MY_APPLICATION_H_
#define FLUTTER_MY_APPLICATION_H_

#include <gtk/gtk.h>

G_DECLARE_FINAL_TYPE(MyApplication, m
sbcs-data.js /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/encodings/sbcs-data.js
10 Views
0 Comments
"use strict";

// Manually added data to be used by sbcs codec in addition to generated one.

module.exports = {
// Not supp
eye.svg /cody/atherosai/ui/input-02/eye.svg
357 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-eye" width="24" height="24" viewBox="0 0 24 24" stro
instagram.html /cody/MuthuPandi-1963/Typing_Prowess/instagram.html
533 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>T Y P I N G ProWess</title>
<meta charset="UTF-8">
<meta name="viewport" content="wid
LICENSE /cody/ShaifArfan/one-page-website-html-css-project/LICENSE
85 Views
0 Comments
MIT License

Copyright (c) 2020 Web Cifar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this
skills.tsx /biisal/biisal/components/skills.tsx
3 Views
0 Comments
'use client';
import { motion } from 'framer-motion';
import Image from 'next/image';
import { BlurFade } from '@/components/ui/
Day 66 /djdj/challange/day66.py
15 Views
0 Comments
class Solution(object):
def permute(self, nums):
"""
:type nums: List[int]
:rtype: List[List[int]]

style.css /cody/swapnilsparsh/30DaysOfJavaScript/39 - Age Calculator/style.css
207 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'sans';
}

@font-face {
hp.jpg /ahmads_codes/E-Commerce Hub/hp.jpg
151 Views
0 Comments
Media file
settings.svg /cody/atherosai/ui/sidebar-03/assets/settings.svg
337 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="#F8F7FD" fill="none"
README.md /anshu/loves/README.md
247 Views
0 Comments
# Loves
love is dark