Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


20.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/20.png
325 Views
0 Comments
Media file
slide-img-5.jpg /ravi4/Jewelry-Store-eCommerce/assets/img/slide-img-5.jpg
14 Views
0 Comments
Media file
style.css /karbonsites/halejal874/hydro/style.css
87 Views
0 Comments
:root { --bg: #050505; --red: #ff0000; --text: #e0e0e0; } body { background: var(--bg); color: var(--text); font-family: 'Courie
web_page_for_group_entry /light/web_page_for_group_entry.html
810 Views
2 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
9f185c4e.webp /sticker-archive/stickers/9f185c4e.webp
326 Views
0 Comments
Media file
sem-1.html /divya/syllabus-project/sem-1.html
380 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>B.R.A. Bihar University - Semester I Syllabus</tit
nextsong.svg /cody/Aryan-Barodwal/spotify-clone/img/nextsong.svg
536 Views
0 Comments
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 19V5L16 12L4 19Z" st
bcrypt.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bcryptjs/src/bcrypt.js
32 Views
0 Comments
/**
* bcrypt namespace.
* @type {Object.<string,*>}
*/
var bcrypt = {};

/**
* The random implementation to use as a fallbac
159.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/159.png
305 Views
0 Comments
Media file
app.js /cody/vishal-dcode/Testimonial Box Switcher/app.js
150 Views
0 Comments
const testimonialsContainer = document.querySelector(".testimonials-container");
const testimonial = document.querySelector(".te
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/57. Custom Cusror/app.js
104 Views
0 Comments
let innerCursor = document.querySelector(".inner-cursor");
let outerCursor = document.querySelector(".outer-cursor");

document.
add-readme (1).png /cody/swapnilsparsh/30DaysOfJavaScript/123 - Dino Game/img/add-readme (1).png
302 Views
0 Comments
Media file
GOAL SEEK.xlsx /djdj/chirag/GOAL SEEK.xlsx
221 Views
0 Comments
Media file
LeetCode - Remove Duplicates from Sorted Array - Go /abh/lc/26.go
482 Views
0 Comments
func removeDuplicates(nums []int) int {
l := len(nums)
for i:=0; i<l-1; i++ {
if nums[i] == nums[i+1] {

count-number-of-substrings.py /prakhardoneria/GFG/count-number-of-substrings.py
221 Views
0 Comments
class Solution:
def countSubstr(self, s, k):
def atMost(k):
freq = {}
left = 0
r
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/lodash.isboolean/package.json
73 Views
0 Comments
{
"name": "lodash.isboolean",
"version": "3.0.3",
"description": "The lodash method `_.isBoolean` exported as a module.",

index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/01.bg-video/index.html
183 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
Files2.php /djdj/php/Programs/Programs/Files2.php
804 Views
0 Comments
<?php
echo "welcome";
$file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te
e9a328d7.webp /sticker-archive/stickers/e9a328d7.webp
401 Views
0 Comments
Media file
info.json /cody/Aryan-Barodwal/spotify-clone/songs/karan aujla/info.json
416 Views
0 Comments
{
"title": "Karan Aujla Hit Songs",
"description": "Karan Aujla for you"
}
style.css /cody/vishal-dcode/Loading Image/style.css
213 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", "Franklin Gothic Medium", "Arial Nar
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/readme.md
378 Views
0 Comments
![catgame](https://user-images.githubusercontent.com/84850243/167242208-43306166-6050-4ed2-8979-58091e5e97c6.png)

post.html /abh/post.html
1047 Views
0 Comments
<!-- post.html -->
{% extends "base.html" %}
{% block title %}{{ post.title }}{% endblock %}
{% block meta %}{{ post.meta }}{
Front Page /djdj/f.html
1522 Views
0 Comments
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8">
<meta name="generator" content="pdf2htmlEX">
<meta h
LeetCode - Maximum Value of a String in an Array - Go /abh/lc/2496.go
503 Views
0 Comments
func tpow(x int) int {
p := 1
for ;x>1; x-- {
p *= 10
}
return p
}
func maximumValue(strs []strin
Browse Page /djdj/ITintern 2.O/home2/broswer2.html
3 Views
0 Comments
File is locked
discriminator.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/model/discriminator.js
26 Views
0 Comments
'use strict';

const defineKey = require('../document/compile').defineKey;
const get = require('../get');
const utils = require(
84s3sijwz9vg1.jpeg /amar/lookingupchibiarchive/84s3sijwz9vg1.jpeg
70 Views
0 Comments
Media file
mongo_client.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/mongo_client.js
30 Views
0 Comments
'use strict';

const ChangeStream = require('./change_stream');
const Db = require('./db');
const EventEmitter = require('events
index.html /cody/swapnilsparsh/30DaysOfJavaScript/32 - Key Code/index.html
705 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial
2.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/92. Coffee/Images/2.png
39 Views
0 Comments
Media file
venus.png /djdj/youtube/images/venus.png
253 Views
0 Comments
Media file