Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


double vertical slider /cody/solygambas/html-css-javascript-projects/026-double vertical slider/index.html
529 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
edge.html /cody/ShubhamRoy123/Windows-10/edge.html
421 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=
karma.conf.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/node_modules/debug/karma.conf.js
2 Views
0 Comments
// Karma configuration
// Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC)

module.exports = function(config) {
config.set
style.css /cody/solygambas/html-css-javascript-projects/020-button ripple effect/style.css
246 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Jumping Boxes Loader Animation/index.html
439 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<ti
style.css /djdj/youtube/animated_acc/style.css
190 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

*,
*::before,
*::after{
margin: 0;
script.js /cody/atherosai/ui/sidebar-03/script.js
231 Views
0 Comments

const expand_btn = document.querySelector(".expand-btn");

let activeIndex;

expand_btn.addEventListener("click", () => {
doc
Day 32 /djdj/challange/day32.sql
70 Views
0 Comments
# Write your MySQL query statement below
SELECT MAX(num) AS num
FROM (
SELECT num
FROM MyNumbers
GROUP BY num
HA
instruction.jpeg /amar/instruction
646 Views
0 Comments
Media file
atharva-tulsi-6ftd4RgUdnk-unsplash.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/31. Full Screen Navigation/images/atharva-tulsi-6ftd4RgUdnk-unsplash.jpg
23 Views
0 Comments
Media file
style.css /cody/bradtraversy/50projects50days/verify-account-ui/style.css
149 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Muli:300,700&display=swap');

* {
box-sizing: border-box;
}

body {
bac
bruno-emmanuelle--MUoHL1XULM-unsplash-removebg-preview.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/95. Chairs/Images/bruno-emmanuelle--MUoHL1XULM-unsplash-removebg-preview.png
30 Views
0 Comments
Media file
script.js /cody/atherosai/ui/signup-03/script.js
224 Views
0 Comments
let signupForm = document.querySelector(".my-form");
let email = document.getElementById("email");
let password = document.getEl
style.css /cody/bradtraversy/50projects50days/image-carousel/style.css
175 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
box-sizing: border-box;
}

body
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/style.css
53 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
background: #ecf4fb;
nui.lua /abh/nvim/lua/plugins/nui.lua
440 Views
0 Comments
return {
{
"MunifTanjim/nui.nvim",
commit = "8d3bce9764e627b62b07424e0df77f680d47ffdb"
}
}

MySQL-Table.php /djdj/php//Programs/MySQL-Table.php
185 Views
0 Comments
<?php

//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
$database
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Liquid CheckBox MI/index.html
392 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>L
sem-3.html /divya/syllabus-project/sem-3.html
222 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
B.R.A. Bihar University - Semester III Syll
linkedin.svg /cody/atherosai/ui/socials-01/icons/linkedin.svg
356 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" s
wed9.jpg /ahmads_codes/Marriage Hall Booking/wed9.jpg
164 Views
0 Comments
Media file
LeetCode - Check If a Word Occurs As a Prefix of Any Word in a Sentence - Python /abh/lc/1455.py
383 Views
0 Comments
class Solution:
def isPrefixOfWord(self, sentence: str, searchWord: str) -> int:
for word in sentence.split(" "):
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Sliding Radio Buttons/index.html
404 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>S
cef8084e.webp /sticker-archive/stickers/cef8084e.webp
230 Views
0 Comments
Media file
passthrough.js /cody/lassiecoder/mutual-funding-app/server/node_modules/readable-stream/passthrough.js
14 Views
0 Comments
module.exports = require('./readable').PassThrough

script.js /cody/swapnilsparsh/30DaysOfJavaScript/192 - Wall Breaker Game/script.js
285 Views
0 Comments

const container = document.querySelector('.container');
let conDim = container.getBoundingClientRect();

LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/type-is/LICENSE
395 Views
0 Comments
(The MIT License)

Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/methods/index.js
10 Views
0 Comments
/*!
* methods
* Copyright(c) 2013-2014 TJ Holowaychuk
* Copyright(c) 2015-2016 Douglas Christopher Wilson
* MIT Licensed
*/
adminpanel.html /sachinthakur/adminpanel.html
539 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
ic_launcher.png /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
174 Views
0 Comments
Media file
style.css /cody/atherosai/ui/dropdown-menu-03/style.css
159 Views
0 Comments
:root {
--primary-item: #3B3E40;
--background-item: #EFEFEF;
--gray: #D5D4D5;
--background: #2C2C2C;
--item-non-hover:
pcp.html /abh/qr-gift/pcp.html
308 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Download PC Parts</title>
<link rel="styl