Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


hello-world.cbl /demo/code/hello-world.cbl
786 Views
0 Comments
IDENTIFICATION DIVISION.
PROGRAM-ID. HelloWorld.
PROCEDURE DIVISION.
DISPLAY "Hello, World!".
STOP RUN.
burger-menu.svg /cody/atherosai/ui/menu-01/burger-menu.svg
522 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="24" height="24" viewBox="0 0 24 24" s
app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/69. Deciaml To Binary Converter/app.js
127 Views
0 Comments
let result = document.querySelector(".result-btn");

result.addEventListener("click", decimal);

function decimal() {
let deci
/itintern/WDD/task-4.html
11 Views
0 Comments
File is locked
index_socials.html /cody/atherosai/ui/scrolling-02/index_socials.html
599 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Finance Bank Accounts</title>

snow-scenery.jpg /cody/atherosai/ui/cards-04/assets/snow-scenery.jpg
336 Views
0 Comments
Media file
b9d5eaa6.webp /sticker-archive/stickers/b9d5eaa6.webp
299 Views
0 Comments
Media file
bluebird.core.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bluebird/js/browser/bluebird.core.js
38 Views
0 Comments
/* @preserve
* The MIT License (MIT)
*
* Copyright (c) 2013-2017 Petka Antonov
*
* Permission is hereby granted, free of
white-pawn.png /cody/69PercentFat/Js-Chess/img/white-pawn.png
318 Views
0 Comments
Media file
Flutter-Release.xcconfig /cody/iCriptSnappie/flutter_portfolio/macos/Flutter/Flutter-Release.xcconfig
616 Views
0 Comments
#include "ephemeral/Flutter-Generated.xcconfig"

style.css /karbonsites/poheva4505/game/style.css
92 Views
0 Comments
/* Global Styles */
body {
margin: 0;
overflow: hidden;
background-color: #1e272e; /* Dark Slate/Space Blue for mode
py.png /biisal/biisal/public/icons/py.png
55 Views
0 Comments
Media file
typing.html /cody/MuthuPandi-1963/Typing_Prowess/typing.html
620 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TYPING ProWess</title>
<link rel="stylesheet"
style.css /cody/frontendcharm/Mini-Projects/LOADERS/Rainbow Spinner/style.css
231 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: grid;
place-items: center;
height: 100vh;
String.php /djdj/php/Programs/String.php
823 Views
0 Comments
<?php

$name = 'SabkaCode';
echo $name; //simple print name
echo "\n";
echo "The length of string ".strlen($name
spotifydown.com - Roses Are Red.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Angry_(mood)/spotifydown.com - Roses Are Red.mp3
289 Views
0 Comments
Media file
pubspec.yaml /cody/iCriptSnappie/flutter_portfolio/pubspec.yaml
463 Views
0 Comments
name: my_portfolio
description: "A new Flutter project."
# The following line prevents the package from being accidentally publi
certificate_bg.png /itintern/certificate_bg.png
360 Views
0 Comments
Media file
bg.png /ahmads_codes/Marriage Hall Booking/bg.png
300 Views
0 Comments
Media file
Bad Apple but its the actual Epstein Files /amar/Bad-Apple-but-its-the-actual-Epstein-Files.html
501 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
bs1.html /demo/render/bs1.html
1066 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap CSS Demo</title>
<!-- Add Bootstrap CSS from a CDN -->
<link rel
style.css /cody/swapnilsparsh/30DaysOfJavaScript/95 - Whack a Mole Game/style.css
281 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
html {
box-sizing: border-box;
font-siz
applause.mp3 /cody/bradtraversy/50projects50days/sound-board/sounds/applause.mp3
182 Views
0 Comments
Media file
create_index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/create_index.js
33 Views
0 Comments
'use strict';

const Aspect = require('./operation').Aspect;
const CommandOperation = require('./command');
const defineAspects
dbcs-data.js /cody/lassiecoder/mutual-funding-app/server/node_modules/iconv-lite/encodings/dbcs-data.js
37 Views
0 Comments
"use strict";

// Description of supported double byte encodings and aliases.
// Tables are not require()-d until they are neede
style.css /karbonsites/technicalsecretofficial/96701b38-ae07-4b46-9e60-dfca9f1d0d79/d4d05c2d-d7ab-41fc-bb43-bd9f2d2b6aab/style.css
121 Views
0 Comments
/* --- Global & Typography --- */
:root {
--color-bg: #0a0a1a;
--color-surface: #12122a;
--color-text: #e0e0f8;

style.css /cody/bradtraversy/50projects50days/auto-text-effect/style.css
253 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/swapnilsparsh/30DaysOfJavaScript/144 - New Year Countdown/index.html
612 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

LeetCode - Semi-Ordered Permutation - Go /abh/lc/2717.go
432 Views
0 Comments
func SliceFind(arr []int, target int) int {
for i, v := range arr {
if v == target {
return i
}
}
return -1
}
Stronger (feat. Kesha) Sam Feldt.mp3 /cody/Aryan-Barodwal/spotify-clone/songs/Dark_(mood)/Stronger (feat. Kesha) Sam Feldt.mp3
172 Views
0 Comments
Media file
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/41. Random Images Feed/index.html
220 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
asdf.html /ironclad/asdf.html
1 Views
0 Comments
File is locked