Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


Education Website (forked) - index.html /karbonsites/contactusinedu/326686d2-1e5f-4ceb-9fb6-74280e404e39/1ac3018b-5807-49a6-bae3-5bbc6cf003f6/index.html
122 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/atherosai/ui/login-02/style.css
135 Views
0 Comments


@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

:root {
--primary: #4978F0;
--primary-li
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/readme.md
356 Views
0 Comments
# Bomb Throw Game

You have 10 Second to Align the distance and the angle and it will automatically throw the bomb

https://user
LaunchImage@3x.png /cody/iCriptSnappie/flutter_portfolio/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
147 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/140 - Love Calculator/style.css
240 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: rgb(220, 166, 175);
/* backgroun
style.css /cody/solygambas/html-css-javascript-projects/004-hidden search widget/style.css
279 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body
style.css /cody/solygambas/html-css-javascript-projects/083-full screen image slider/style.css
203 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap");

* {
box-sizing: border-box;
margi
cart-02.jpg /khushi/E com Website/assets/images/cart-02.jpg
148 Views
0 Comments
Media file
pexels-ron-lach-8346055-removebg-preview.png /huxn-webdev/HTML-CSS-JavaScript-100-Projects/95. Chairs/Images/pexels-ron-lach-8346055-removebg-preview.png
77 Views
0 Comments
Media file
c433763f.webp /sticker-archive/stickers/c433763f.webp
6 Views
0 Comments
Media file
LeetCode - Count Largest Group - Python /abh/lc/1399.py
362 Views
0 Comments
class Solution:
def countLargestGroup(self, n: int) -> int:
groups = {}
l = 0
for i in range(1,
jamshedpurvenue.jpg /ahmads_codes/Marriage Hall Booking/jamshedpurvenue.jpg
239 Views
0 Comments
Media file
Divs ka jol mal /djdj/projects7/divs.html
2 Views
0 Comments
File is locked
city1.jpg /ahmads_codes/Marriage Hall Booking/city1.jpg
167 Views
0 Comments
Media file
is_leap_year.py /abh/def/is_leap_year.py
542 Views
0 Comments
def is_leap_year(year):
if not year % 100:
return not year % 400
return not year % 4

add-readme.png /cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/img/add-readme.png
179 Views
0 Comments
Media file
hero3-com.svg /biisal/biisal/public/hero3-com.svg
3 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="3464" height="3464">
<path d
style.css /cody/solygambas/html-css-javascript-projects/024-content placeholder/style.css
211 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
box-sizing: border-box;
}

body
astronaut.png /biisal/biisal/public/astronaut.png
1 Views
0 Comments
Media file
password.svg /cody/atherosai/ui/signup-03/assets/password.svg
239 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-lock" width="24" height="24" viewBox="0 0 24 24" str
init.lua /abh/nvim/lua/helpers/init.lua
426 Views
0 Comments
-- [[ helpers funcitons and functnalitis ]] --

local luarocks = require("luarocks")

local helpers = {
{ "run-code" },

4.png /cody/swapnilsparsh/30DaysOfJavaScript/99 - BlackJack Game/Static/Images/4.png
209 Views
0 Comments
Media file
MySQL-Table.php /djdj/php/Programs/MySQL-Table.php
763 Views
0 Comments
<?php

//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
$database
NotBeforeError.js /cody/lassiecoder/mutual-funding-app/server/node_modules/jsonwebtoken/lib/NotBeforeError.js
10 Views
0 Comments
var JsonWebTokenError = require('./JsonWebTokenError');

var NotBeforeError = function (message, date) {
JsonWebTokenError.cal
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/11. Scrollbar/index.html
75 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/require_optional/test/nestedTest/index.js
9 Views
0 Comments
var require_optional = require('../../')

function findPackage(packageName) {
var pkg = require_optional(packageName);
retur
index.html /cody/vishal-dcode/Dynamic Card CSS Animation/index.html
168 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/54. Mini Calendar/style.css
73 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}

body {
code.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/code.js
3 Views
0 Comments
/**
* A class representation of the BSON Code type.
*
* @class
* @param {(string|function)} code a string or function.
* @p
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/index.js
11 Views
0 Comments
'use strict';

/*!
* Module dependencies.
*/

if (global.MONGOOSE_DRIVER_PATH) {
const deprecationWarning = 'The `MONGOOSE_D
GOAL SEEK.xlsx /djdj/chirag/GOAL SEEK.xlsx
80 Views
0 Comments
Media file