Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


youtube.svg /cody/atherosai/ui/footer-04/assets/youtube.svg
385 Views
0 Comments
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FAFBFC" stroke-width="2"
milan-popovic-kOnmHdLJTNI-unsplash.jpg /huxn-webdev/HTML-CSS-JavaScript-100-Projects/94. Hoodie/images/milan-popovic-kOnmHdLJTNI-unsplash.jpg
25 Views
0 Comments
Media file
app.css /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/app.css
198 Views
0 Comments
:root {
--bg-main: #f0f2f5;
--bg-body: #fff;
--color-txt: #000;
--filled-color: #000;
--filled-bg: #caf0f8;

Readme.md /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/escape-html/Readme.md
281 Views
0 Comments

# escape-html

Escape string for use in HTML

## Example

```js
script.js /cody/Aryan-Barodwal/spotify-clone/script.js
230 Views
0 Comments

let currentSong = new Audio();
let currFolder;
let songs;

function secondsToMinutesSeconds(seconds) {
if (isNaN(seconds) |
index.xlsx /djdj/djassign/index.xlsx
220 Views
0 Comments
Media file
script.js /cody/bradtraversy/50projects50days/theme-clock/script.js
155 Views
0 Comments
const hourEl = document.querySelector('.hour')
const minuteEl = document.querySelector('.minute')
const secondEl = document.quer
_features.scss /cody/solygambas/html-css-javascript-projects/089-one color UI/styles/_features.scss
357 Views
0 Comments
.features-container {
background: #323232;
position: relative;
z-index: 0;
overflow: hidden;

.wave {
position: ab
style.css /nce_raj/style.css
108 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
margin: 0
app.js /cody/vishal-dcode/Notes App/app.js
81 Views
0 Comments
const addBtn = document.getElementById("add");

const notes = JSON.parse(localStorage.getItem("notes"));

if (notes) {
notes.f
style.css /cody/vishal-dcode/Auto Text Effect/style.css
115 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
hello-world.scala /demo/code/hello-world.scala
839 Views
0 Comments
object HelloWorld {
def main(args: Array[String]): Unit = {
println("Hello, World!")
}
}
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/70. Captcha Project/index.html
125 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
h1.jpg /ahmads_codes/Marriage Hall Booking/h1.jpg
234 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/static/js/app.js
279 Views
0 Comments
document.querySelector('#dark-mode-toggle').addEventListener('click', () => {
document.body.classList.toggle('dark');
co
LeetCode - Palindrome Linked List - Go /abh/lc/234.go
346 Views
0 Comments
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/

script.js /cody/swapnilsparsh/30DaysOfJavaScript/128 - Bingo Card Generator/script.js
255 Views
0 Comments
function genNum() {
$b = Math.floor((Math.random()) * (15 - 1)) + 1;
$i = Math.floor((Math.random()) * (30 - 16)) + 16;
$n
password.svg /cody/atherosai/ui/login-03/assets/password.svg
337 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
style.css /cody/Kuldeep-Sharmaa/Calculator/style.css
171 Views
0 Comments
* {
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
shell.png /cody/atherosai/ui/table-02/assets/shell.png
250 Views
0 Comments
Media file
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/index.d.ts
189 Views
0 Comments
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
card-3.png /cody/atherosai/ui/cards-03/assets/card-3.png
271 Views
0 Comments
Media file
login.html /dakshbadal1379/login.html
490 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Register</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link
202.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/202.png
256 Views
0 Comments
Media file
LeetCode - Sum of Digits of String After Convert - Python /abh/lc/1945.py
489 Views
0 Comments
class Solution:
def getLucky(self, s: str, k: int) -> int:
n = ""
for c in s:
n += str(ord(c
/djdj/2nd.html
896 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devi
4552e61e.webp /sticker-archive/stickers/4552e61e.webp
41 Views
0 Comments
Media file
card-3.png /cody/atherosai/ui/cards-03/assets/card-3.png
271 Views
0 Comments
Media file
script.html /kartik/searching/script.html
476 Views
0 Comments
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,
36.txt /coderai/36.txt
734 Views
0 Comments
___ ___
___ / \ / \
/ \ / \ / \
/ \
fn.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/object-inspect/example/fn.js
166 Views
0 Comments
'use strict';

var inspect = require('../');
var obj = [1, 2, function f(n) { return n + 5; }, 4];
console.log(inspect(obj));

5d7c64ba.webp /sticker-archive/stickers/5d7c64ba.webp
291 Views
0 Comments
Media file