Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mquery/test/index.js
18 Views
0 Comments
var mquery = require('../');
var assert = require('assert');

/* global Map */

describe('mquery', function() {
var col;

tables.html /karbonsites/aeditx05/e0a26296-794f-4e04-b71e-4294446bda35/tables.html
143 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/32. 3D Nav/style.css
76 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
width: 100%;
portfolio/badges/pe_award_03.png /abh/portfolio/badges/pe_award_03.png
411 Views
0 Comments
Media file
4.jpg /thkr/4.jpg
19 Views
0 Comments
Media file
LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/cookie/LICENSE
407 Views
0 Comments
(The MIT License)

Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
Copyright (c) 2015 Douglas Christopher Wilson <do
background.png /cody/swapnilsparsh/30DaysOfJavaScript/101 - Audio Visualizer/assets/background.png
248 Views
0 Comments
Media file
desktop.png /khushi/E com Website/readme-images/desktop.png
214 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Feedback UI Design/style.css
77 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
* {
margin: 0;
pad
LeetCode - Truncate Sentence - Python /abh/lc/1816.py
413 Views
0 Comments
class Solution:truncateSentence=lambda _,s,k:" ".join(s.split()[:k])
maximum-people-visible-in-a-line.py /prakhardoneria/GFG/maximum-people-visible-in-a-line.py
164 Views
0 Comments
class Solution:
def maxPeople(self, arr):
n = len(arr)
if n == 0:
return 0

visi
index.html /cody/swapnilsparsh/30DaysOfJavaScript/197 - Bubble Shooting Game/index.html
534 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Bubble Shooter Game</title>
<!-- Linking CSS & JS -->
<script type='
script.js /cody/bradtraversy/50projects50days/content-placeholder/script.js
151 Views
0 Comments
const header = document.getElementById('header')
const title = document.getElementById('title')
const excerpt = document.getElem
index.html /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Overlapping Text Effect/index.html
517 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>O
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/toidentifier/package.json
84 Views
0 Comments
{
"name": "toidentifier",
"description": "Convert a string of words to a JavaScript identifier",
"version": "1.0.0",
"au
/learnearn-fun/HTML-Projects/Starter Shopping Cart Website/index.html
117 Views
0 Comments
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to Gorge Mall</title>
<link rel="s
X.jpg /ahmads_codes/E-Commerce Hub/X.jpg
268 Views
0 Comments
Media file
rb.html /djdj/Imager!/rb.html
762 Views
0 Comments
<h1>This feature is not available.</h1><br>
<h1 style="color=red;">jaldhi hi is feature ko laya jayega </h1>
index.html /ravi4/blog/index.html
21 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.html /cody/swapnilsparsh/30DaysOfJavaScript/28 - Music Player/index.html
596 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/34. Text Formatter/style.css
72 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

body {
text-align: center;
wrong.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/sounds/wrong.mp3
253 Views
0 Comments
Media file
WorkspaceSettings.xcsettings /cody/iCriptSnappie/flutter_portfolio/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
393 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyL
index.html /cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Pure CSS Fancy Input Box/index.html
364 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>P
e093caad.webp /sticker-archive/stickers/e093caad.webp
133 Views
0 Comments
Media file
product-17.jpg /khushi/E com Website/assets/images/product-17.jpg
226 Views
0 Comments
Media file
check-prime.js /demo/code/check-prime.js
342 Views
0 Comments
// program to check if a number is prime or not

// take input from the user
const number = parseInt(prompt("Enter a positive
For-Loop.php /djdj/php/Programs/For-Loop.php
779 Views
0 Comments
<?php
//for loop
for ($i=0; $i <= 10; $i++) {
echo $i;
}
?>
key22.mp3 /cody/swapnilsparsh/30DaysOfJavaScript/34 - Virtual Piano/sounds/key22.mp3
273 Views
0 Comments
Media file
4547867e.webp /sticker-archive/stickers/4547867e.webp
271 Views
0 Comments
Media file
premium.svg /cody/atherosai/ui/dropdown-menu-01/assets/premium.svg
340 Views
0 Comments
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx=
style.css /cody/bradtraversy/50projects50days/kinetic-loader/style.css
149 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #2c3e50;
display: flex;
align-items: center;