Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


todo.css /khushi/To-Do List/todo.css
250 Views
0 Comments
*{
margin:0 ;
padding:0 ;
font-family: 'popins','sans-sarif';
box-sizing: border-box;
}
body{
display: flex;
info.json /cody/Aryan-Barodwal/spotify-clone/songs/Angry_(mood)/info.json
181 Views
0 Comments
{
"title": "Angry Mood Songs",
"description": "Calm your Anger now"
}
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/mime-db/LICENSE
385 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug
jennifer.jpg /cody/atherosai/ui/dropdown-menu-02/assets/jennifer.jpg
214 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/style.css
202 Views
0 Comments
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}

@font-face {
font-family: "sans";
validateBeforeSave.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/plugins/validateBeforeSave.js
15 Views
0 Comments
'use strict';

/*!
* ignore
*/

module.exports = function(schema) {
const unshift = true;
message.svg /cody/atherosai/ui/dropdown-menu-01/assets/message.svg
381 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-message-2" width="24" height="24" viewBox="0 0 24 24
laura.jpg /cody/atherosai/ui/table-03/assets/laura.jpg
198 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/151 - Type Writer Effect/css/style.css
188 Views
0 Comments
.container {
width: 1100px;
margin: auto;
height: 100vh;
}

button {
width: 270px;
index.html /cody/atherosai/ui/login-01/index.html
507 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login 01</title>
<meta name="v
cli.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mime/cli.js
10 Views
0 Comments
#!/usr/bin/env node

var mime = require('./mime.js');
var file = process.argv[2];
var type = mime.lookup(file);

process.stdout.
ptone.jpg /ahmads_codes/E-Commerce Hub/ptone.jpg
192 Views
0 Comments
Media file
dbcs-codec.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/dbcs-codec.js
156 Views
0 Comments
"use strict";
var Buffer = require("safer-buffer").Buffer;

// Multibyte codec. In this scheme, a character is represented by 1
script.js /karbonsites/poheva4505/game/script.js
30 Views
0 Comments
class GameObject {
constructor(x, y, width, height, color) {
this.x = x;
this.y = y;
this.width = wi
welcome.php /djdj/php/Programs/Programs/System/welcome.php
578 Views
0 Comments
<?php
session_start();
if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){
header('location:login.p
db.php /djdj/php//Programs/System/hash_password/db.php
152 Views
0 Comments
<?php
$server = "localhost";
$username = "root";
$password = "";
$database = "system";

$conn = mysqli_con
25bbb44c.webp /sticker-archive/stickers/25bbb44c.webp
213 Views
0 Comments
Media file
Cursoreffect.html /shubh/Cursoreffect.html
727 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
sendgrid.png /cody/atherosai/ui/tabs-05/assets/sendgrid.png
204 Views
0 Comments
Media file
decimal128.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/drivers/node-mongodb-native/decimal128.js
14 Views
0 Comments
/*!
* ignore
*/

'use strict';

module.exports = require('mongodb').Decimal128;

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/05. Top 5 Creative Buttons/btn2/index.html
52 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
Screenshot 2022-04-14 072804.png /cody/swapnilsparsh/30DaysOfJavaScript/123 - Dino Game/img/Screenshot 2022-04-14 072804.png
170 Views
0 Comments
Media file
LeetCode - Permutations - Python /abh/lc/46.py
360 Views
0 Comments
class Solution:
def permute(self, nums: List[int]) -> List[List[int]]:
if len(nums) == 1: return [[nums[0]]]

encoding.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/negotiator/lib/encoding.js
161 Views
0 Comments
/**
* negotiator
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas
index.html /cody/vishal-dcode/GSAP Hover Animation/index.html
184 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
app.js /cody/vishal-dcode/Image Hover Effect/app.js
90 Views
0 Comments

style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/05. Top 5 Creative Buttons/btn4/style.css
24 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

.container {
height: 100vh;
style.css /cody/atherosai/ui/signup-01/style.css
146 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

:root {
--primary: #625BFE;
--primary-hove
style.css /cody/solygambas/html-css-javascript-projects/077-sortable list/style.css
251 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@400;700&display=swap");

:root {
--border-color: #e3e5e4;

style.css /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/style.css
216 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: #19172e;
height: 100vh;
LeetCode - Jewels and Stones - Go /abh/lc/771.go
362 Views
0 Comments
func numJewelsInStones(jewels string, stones string) int {
var count int
for _, j := range jewels {
for _, s := range sto
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/styles.css
214 Views
0 Comments
body {
text-align: center;
background-color: #317dcf;
}

#level-title {
font-family: "Press Start 2P", cursive;
font-siz