HTMLify your dreams
func numJewelsInStones(jewels string, stones string) int {
var count int
for _, j := range jewels {
for _, s := range stones {
if j == s {
count++
}
}
var count int
for _, j := range jewels {
for _, s := range stones {
if j == s {
count++
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sidebar</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<h1>HTMLify your dreams</h1>
<center><p>Make your HTML files live</p>
<form class="search-form" action="/search" method="GET" style="margin:20p;">
<input type="text" name="q" value="{{ q }}"/>
<input type="submit" value="Search" />
</form>
</center>
<a href="/login">Log in</a>
<center><p>Make your HTML files live</p>
<form class="search-form" action="/search" method="GET" style="margin:20p;">
<input type="text" name="q" value="{{ q }}"/>
<input type="submit" value="Search" />
</form>
</center>
<a href="/login">Log in</a>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/hourglass.png" type="image/x-icon">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/hourglass.png" type="image/x-icon">
<canvas id="gc" width="600" height="600"></canvas>
<script>
window.onload=function() {
canv=document.getElementById("gc");
ctx=canv.getContext("2d");
document.addEventListener("keydown",keyPush);
setInterval(game,1000/10);
setInterval(superblocks,2000);
<script>
window.onload=function() {
canv=document.getElementById("gc");
ctx=canv.getContext("2d");
document.addEventListener("keydown",keyPush);
setInterval(game,1000/10);
setInterval(superblocks,2000);
impl Solution {
pub fn is_same_after_reversals(num: i32) -> bool {
if (num != 0){
return num % 10 != 0;
}
else{
return true;
}
pub fn is_same_after_reversals(num: i32) -> bool {
if (num != 0){
return num % 10 != 0;
}
else{
return true;
}
func isArraySpecial(nums []int) bool {
for i:=0; i<len(nums)-1; i++ {
f, s := nums[i]%2, nums[i+1]%2
if f == s {
return false
}
}
return true
for i:=0; i<len(nums)-1; i++ {
f, s := nums[i]%2, nums[i+1]%2
if f == s {
return false
}
}
return true
class Solution:
def findContentChildren(self, g: List[int], s: List[int]) -> int:
g.sort()
s.sort()
count = 0
for c in s:
if not g:
break
def findContentChildren(self, g: List[int], s: List[int]) -> int:
g.sort()
s.sort()
count = 0
for c in s:
if not g:
break
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Puzzle For You</title>
<style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Puzzle For You</title>
<style>
# Definition for singly-linked list.
# class ListNode:
# def __init__(self, val=0, next=None):
# self.val = val
# self.next = next
class Solution:
def addTwoNumbers(self, l1: Optional[ListNode], l2: Optional[ListNode]) -> Optional[ListNode]:
n1 = 0
# class ListNode:
# def __init__(self, val=0, next=None):
# self.val = val
# self.next = next
class Solution:
def addTwoNumbers(self, l1: Optional[ListNode], l2: Optional[ListNode]) -> Optional[ListNode]:
n1 = 0
<!DOCTYPE html>
<html>
<head>
<title>My PHP Web Page</title>
</head>
<body>
<h1>Welcome to my PHP Web Page</h1>
<?php
<html>
<head>
<title>My PHP Web Page</title>
</head>
<body>
<h1>Welcome to my PHP Web Page</h1>
<?php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Shaking Button Animation On Hover</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Shaking Button Animation On Hover</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Menu Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
def isPowerOfTwo(self, n):
for i in range(0,31):
if n == 2**i:
return 1
return 0
for i in range(0,31):
if n == 2**i:
return 1
return 0
#include <stdio.h>
#include <stdlib.h>
typedef struct {
char name[128];
char phone[16];
char email[128];
} Contact;
#include <stdlib.h>
typedef struct {
char name[128];
char phone[16];
char email[128];
} Contact;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
B.R.A. Bihar University - Semester II Syllabus
</title>
<style>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>
B.R.A. Bihar University - Semester II Syllabus
</title>
<style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ludo</title>
<style>
*
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ludo</title>
<style>
*
<!-- Extras file, containts of this file will be available in all templates just above </head> -->
<html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DefaultButton</title>
<style type="text/css">
a{
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DefaultButton</title>
<style type="text/css">
a{
class Solution:
def theMaximumAchievableX(self, num: int, t: int) -> int:
return num + (t*2)
def theMaximumAchievableX(self, num: int, t: int) -> int:
return num + (t*2)
// DOM Manipulation
// innerText properties
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
// innerText properties
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>New Twitter Logo Clone</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>New Twitter Logo Clone</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!-- Based on Fluid Image Pop Up JavaScript Tutorial by Simo Edwin - Dev Ed (2020)
see: https://www.youtube.com/watch?v=4SQXOA8Z-lo -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=4SQXOA8Z-lo -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Github User Search</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Github User Search</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
class Solution:
def checkIfExist(self, arr: List[int]) -> bool:
for i in range(len(arr)):
for j in range(len(arr)):
if i == j:
continue
if arr[i] == arr[j] * 2:
return True
def checkIfExist(self, arr: List[int]) -> bool:
for i in range(len(arr)):
for j in range(len(arr)):
if i == j:
continue
if arr[i] == arr[j] * 2:
return True
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> NIOS Sr.Secondary (Block-2)</title>
<style>
body {
background-color: #1e1e1e;
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> NIOS Sr.Secondary (Block-2)</title>
<style>
body {
background-color: #1e1e1e;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<?php
session_start();
if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){
echo "welcome ".$_SESSION['username'];
}
?>
session_start();
if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){
echo "welcome ".$_SESSION['username'];
}
?>
class Solution:
def isAnagram(self, s: str, t: str) -> bool:
return sorted(s) == sorted(t)
def isAnagram(self, s: str, t: str) -> bool:
return sorted(s) == sorted(t)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project-4</title>
<style>
.container {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project-4</title>
<style>
.container {
<?php
if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){
$name = $_POST['name'];
$email = $_POST['email'];
echo "welcome" .$name ."". $email;
}
?>
if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){
$name = $_POST['name'];
$email = $_POST['email'];
echo "welcome" .$name ."". $email;
}
?>
class Solution:
def getLucky(self, s: str, k: int) -> int:
n = ""
for c in s:
n += str(ord(c)-96)
for _ in range(k):
s = 0
for n_ in n:
def getLucky(self, s: str, k: int) -> int:
n = ""
for c in s:
n += str(ord(c)-96)
for _ in range(k):
s = 0
for n_ in n:
// Stack implimentatin
type MyStack struct {
values []int
len int
}
func (this *MyStack) Push(x int) {
this.values = append(this.values, x)
type MyStack struct {
values []int
len int
}
func (this *MyStack) Push(x int) {
this.values = append(this.values, x)
import "fmt"
type Stack struct {
values []int
}
func (stack *Stack) push(n int) {
stack.values = append(stack.values, n)
}
func (stack *Stack) pop() {
type Stack struct {
values []int
}
func (stack *Stack) push(n int) {
stack.values = append(stack.values, n)
}
func (stack *Stack) pop() {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Drink Water</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Drink Water</title>
</head>
index.html
cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 06/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hamburger Icon MI Series - 06</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hamburger Icon MI Series - 06</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Slider</title>
<link rel="stylesheet" href="style.css">
<style>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Slider</title>
<link rel="stylesheet" href="style.css">
<style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Language Preference</title>
<style>
/* Fullscreen Miku GIF as Background */
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Language Preference</title>
<style>
/* Fullscreen Miku GIF as Background */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random SVG Generator</title>
<link rel="stylesheet" href="./css/style.css">
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random SVG Generator</title>
<link rel="stylesheet" href="./css/style.css">
if n % 2 != 0: # odd
print("Weird")
if n % 2 == 0: # even
if 2 < n < 5:
print("Not Weird")
if 6 < n <= 20:
print("Weird")
if n > 20:
print("Weird")
if n % 2 == 0: # even
if 2 < n < 5:
print("Not Weird")
if 6 < n <= 20:
print("Weird")
if n > 20:
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>Searcher App</title>
<link rel="stylesheet" href="./style.css">
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<title>Searcher App</title>
<link rel="stylesheet" href="./style.css">
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Typer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="typer.css">
<script>
<head>
<meta charset="UTF-8">
<title>Typer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="typer.css">
<script>
<?php
//session
//session use for the verification of the user
session_start();
$_SESSION['username'] = 'SabkaCode';
$_SESSION['details'] = 'coding';
echo 'We have save your data (session)';
?>
//session
//session use for the verification of the user
session_start();
$_SESSION['username'] = 'SabkaCode';
$_SESSION['details'] = 'coding';
echo 'We have save your data (session)';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Blurry Loading</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Blurry Loading</title>
</head>
class Solution:
def reverseString(self, s: List[str]) -> None:
"""
Do not return anything, modify s in-place instead.
"""
for i in range(len(s)//2): s[i], s[len(s)-1-i] = s[len(s)-i-1], s[i]
def reverseString(self, s: List[str]) -> None:
"""
Do not return anything, modify s in-place instead.
"""
for i in range(len(s)//2): s[i], s[len(s)-1-i] = s[len(s)-i-1], s[i]
**The Impact of Social Media on Mental Health**
Social media has become an integral part of our lives. We use it to stay connected with friends and family, share our thoughts and experiences, and learn about the world around us. However, there is growing concern about the impact of social media on our mental health.
Some studies have shown that social media use can lead to increased anxiety, depression, and loneliness. This is likely due to several factors, including the constant comparison of ourselves
index.html
cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 07/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hamburger Icon MI Series - 07</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hamburger Icon MI Series - 07</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weather Checker</title>
<style>
body {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weather Checker</title>
<style>
body {
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hide & Seek Tab Bar Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Hide & Seek Tab Bar Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Jelly Radio Buttons</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Jelly Radio Buttons</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!Doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dictionary App</title>
<meta name="viewport" content="width-device=width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dictionary App</title>
<meta name="viewport" content="width-device=width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uncloseable Pop-Up</title>
<style>
body {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Uncloseable Pop-Up</title>
<style>
body {
index.html
cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Satisfying Clipboard OnClick Animation/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Satisfying Clipboard OnClick Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Satisfying Clipboard OnClick Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open BCA Community</title>
<style>
body {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open BCA Community</title>
<style>
body {
<!DOCTYPE html>
<html>
<head>
<title>OCTANET || TASK2</title>
<link href="todo.css" rel="stylesheet">
</head>
<body>
<div class="contain">
<html>
<head>
<title>OCTANET || TASK2</title>
<link href="todo.css" rel="stylesheet">
</head>
<body>
<div class="contain">
-- [[ logger.lua ]] --
local M = {}
function M.log()
local cr, cc = unpack(vim.api.nvim_win_get_cursor(0))
vim.cmd(":normal! yy")
local M = {}
function M.log()
local cr, cc = unpack(vim.api.nvim_win_get_cursor(0))
vim.cmd(":normal! yy")
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Download Hard Drive Space</title>
<link rel="stylesheet" href="style.css">
<style>
:root {
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Download Hard Drive Space</title>
<link rel="stylesheet" href="style.css">
<style>
:root {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="30DaysOfJavaScript/style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="30DaysOfJavaScript/style.css" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/stopwatch.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/stopwatch.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Pulse Effect On Button Hover</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Pulse Effect On Button Hover</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
def sumOfMultiples(self,n):
s = 0
for i in range(1,n+1):
if i%3==0 or i%5==0 or i%7==0:
s = s + i
return s
s = 0
for i in range(1,n+1):
if i%3==0 or i%5==0 or i%7==0:
s = s + i
return s
class Solution:
def permuteUnique(self, nums: List[int]) -> List[List[int]]:
combs = []
if len(nums) == 1:
return [nums]
if len(nums) == 2:
c1 = [nums[0], nums[1]]
c2 = [nums[1], nums[0]]
def permuteUnique(self, nums: List[int]) -> List[List[int]]:
combs = []
if len(nums) == 1:
return [nums]
if len(nums) == 2:
c1 = [nums[0], nums[1]]
c2 = [nums[1], nums[0]]
class Solution:
def check(self, nums: List[int]) -> bool:
if len(nums) == 1:
return True
s = min(nums)
for _ in range(len(nums)):
if s == nums[0] and nums[-1] != s:
break
def check(self, nums: List[int]) -> bool:
if len(nums) == 1:
return True
s = min(nums)
for _ in range(len(nums)):
if s == nums[0] and nums[-1] != s:
break
-- [ Yank Bin ] --
local pickers = require("telescope.pickers")
local finders = require("telescope.finders")
local previewers = require("telescope.previewers")
local actions = require("telescope.actions")
local action_state = require("telescope.actions.state")
local t_config = require("telescope.config").values
local pickers = require("telescope.pickers")
local finders = require("telescope.finders")
local previewers = require("telescope.previewers")
local actions = require("telescope.actions")
local action_state = require("telescope.actions.state")
local t_config = require("telescope.config").values
<style>
body{
background-color: black;
}
.card{
display:flex;
align-items: center;
position: relative;
body{
background-color: black;
}
.card{
display:flex;
align-items: center;
position: relative;
func unequalTriplets(nums []int) int {
l := len(nums)
var count int
for i:=0; i<l-2; i++ {
for j:=i+1; j<l-1; j++ {
for k:=j+1; k<l; k++ {
if (
nums[i] != nums[j] &&
l := len(nums)
var count int
for i:=0; i<l-2; i++ {
for j:=i+1; j<l-1; j++ {
for k:=j+1; k<l; k++ {
if (
nums[i] != nums[j] &&
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Parallax</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
index.html
cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Infinite Horizontal Scroll MI/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Infinite Horizontal Scroll Micro Interaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Infinite Horizontal Scroll Micro Interaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css" />
def findComplement(self, num):
s = []
while num > 0: # 5
r = str(num % 2)#
s.append(r)
num = num // 2
s = s[::-1]
b = "".join(d for d in s)
s = []
while num > 0: # 5
r = str(num % 2)#
s.append(r)
num = num // 2
s = s[::-1]
b = "".join(d for d in s)
<?php
//while loop
$i = 1;
while($i<=10){
echo $i. "\n";
$i++;
}
?>
//while loop
$i = 1;
while($i<=10){
echo $i. "\n";
$i++;
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Text Reveal Animation</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Text Reveal Animation</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
#include <stdlib.h>
#include "chatbot.h"
char *ChatBot_chat(ChatBot *chatbot, char *message) {
if (message == NULL || message[0] == '\0') return NULL;
ChatMsg usermsg = { chatbot->name, message, SEND };
char *response = chatbot->chat(message);
ChatMsg botmsg = { chatbot->name, response, RECEIVE };
#include "chatbot.h"
char *ChatBot_chat(ChatBot *chatbot, char *message) {
if (message == NULL || message[0] == '\0') return NULL;
ChatMsg usermsg = { chatbot->name, message, SEND };
char *response = chatbot->chat(message);
ChatMsg botmsg = { chatbot->name, response, RECEIVE };
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Cool Image Carousel</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Cool Image Carousel</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Domain Availability</title>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Domain Availability</title>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Particle effect animation</title>
<link rel="stylesheet" href="style.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Particle effect animation</title>
<link rel="stylesheet" href="style.css">
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Pure CSS Gooey Menu Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Pure CSS Gooey Menu Animation</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
return {
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
}
}
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim"
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Falling Ball Game</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Falling Ball Game</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Build Glass Website with HTML and CSS Tutorial by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=O7WbVj5apxU -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
see: https://www.youtube.com/watch?v=O7WbVj5apxU -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
bool checkPerfectNumber(int num){
int i,s=0;
for(i=1;i<num/2+1;i++)
{
if(num%i==0){
s=s+i;
}
}
int i,s=0;
for(i=1;i<num/2+1;i++)
{
if(num%i==0){
s=s+i;
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Rainbow Spinner</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Rainbow Spinner</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
// @leet start
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
* }
*/
class Solution:truncateSentence=lambda _,s,k:" ".join(s.split()[:k])
<html>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<h3 class="p-title my-5">Bookmark</h3>
<head>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<h3 class="p-title my-5">Bookmark</h3>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>Password Generator</title>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>Password Generator</title>
from os import system
from sys import version_info as ver
ver = ver.major
from random import randint
try:
from app import app, db
with app.app_context():
db.create_all()
from sys import version_info as ver
ver = ver.major
from random import randint
try:
from app import app, db
with app.app_context():
db.create_all()
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tabs Integrations</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shradha my Love</title>
<link rel="stylesheet" href="style.css" />
</head>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shradha my Love</title>
<link rel="stylesheet" href="style.css" />
</head>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Menu Items Hover Effect</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Menu Items Hover Effect</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<?php
$age = 30;
switch($age){
case 18:
echo "You are eligible for vote\n";
break;
case 12:
echo "your age is 12\n";
$age = 30;
switch($age){
case 18:
echo "You are eligible for vote\n";
break;
case 12:
echo "your age is 12\n";
<style>
body{
background-color: black;
}
.box {
width: 100px;
height: 100px;
background-color: rgb(103, 103, 244);
body{
background-color: black;
}
.box {
width: 100px;
height: 100px;
background-color: rgb(103, 103, 244);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Patient Logo</title>
<style>
body {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Patient Logo</title>
<style>
body {
<?php
// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "form";
// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "form";
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/color-picker.png" type="image/x-icon">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/color-picker.png" type="image/x-icon">
#include <stdio.h>
#include<conio.h>
#include<windows.h>
#include <stdlib.h>
char square[10] = {'0','1','2','3','4','5','6','7','8','9'};
int checkwin();
void drawBoard();
#include<conio.h>
#include<windows.h>
#include <stdlib.h>
char square[10] = {'0','1','2','3','4','5','6','7','8','9'};
int checkwin();
void drawBoard();
<?php
//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
//create connection
//for connection to database
$servername = "localhost";
$username = "root";
$password = "";
//create connection
class Solution:
def scoreOfString(self, s: str) -> int:
values = []
for c in s:
values.append(ord(c))
score = 0
for i in range(len(values)-1):
score += abs(values[i] - values[i+1])
def scoreOfString(self, s: str) -> int:
values = []
for c in s:
values.append(ord(c))
score = 0
for i in range(len(values)-1):
score += abs(values[i] - values[i+1])
class Solution:
def removeOccurrences(self, s: str, part: str) -> str:
while part in s:
s = s.replace(part, "", 1)
print(s)
return s
def removeOccurrences(self, s: str, part: str) -> str:
while part in s:
s = s.replace(part, "", 1)
print(s)
return s
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Underground Radio Buttons MI</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Underground Radio Buttons MI</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
TESTCCASES = [
{
"positional": ("string", "string",),
"keyword": {},
"return": True,
"msg": "",
},
{
{
"positional": ("string", "string",),
"keyword": {},
"return": True,
"msg": "",
},
{
<?php
echo "Hello World!";
?>
<!--
For embedding/use PHP we have to use <?php ?>
all the php code will goes within the <?php /*code*/ ?>
echo "Hello World!";
?>
<!--
For embedding/use PHP we have to use <?php ?>
all the php code will goes within the <?php /*code*/ ?>
class Solution:
def digit_sum(self, num) -> int:
s = 0
for d in str(num):
s += int(d)
return s
def maximumSum(self, nums) -> int:
def digit_sum(self, num) -> int:
s = 0
for d in str(num):
s += int(d)
return s
def maximumSum(self, nums) -> int:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Puzzle Animation</title>
<style>
* {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Puzzle Animation</title>
<style>
* {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Button Ripple Effect</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Button Ripple Effect</title>
</head>
<?php
// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "form";
// Connecting to the Db
$servername = "localhost";
$username = "root";
$password = "";
$database = "form";
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Color Generator</title>
<link rel="stylesheet" href="style.css" />
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Color Generator</title>
<link rel="stylesheet" href="style.css" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Sound Board</title>
</head>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Sound Board</title>
</head>
<h1>Instruction For Quiz</h1>
<ol>
<li>Each questions carries equal marks.</li>
<li>To answer the questions write only the option.</li>
<li>Each correct answers carries 1 mark and for each wrong answer 1/3 marks will be deducted.</li>
<li>If a participant gives more than one answer, it will be treated as a wrong answer even if one of the given answers happens to be correct.</li>
<li>If a question is left blank, i.e., no answer is given by the participant, there will be no negative marking for that que
<ol>
<li>Each questions carries equal marks.</li>
<li>To answer the questions write only the option.</li>
<li>Each correct answers carries 1 mark and for each wrong answer 1/3 marks will be deducted.</li>
<li>If a participant gives more than one answer, it will be treated as a wrong answer even if one of the given answers happens to be correct.</li>
<li>If a question is left blank, i.e., no answer is given by the participant, there will be no negative marking for that que
class Solution:
def secondsToRemoveOccurrences(self, s: str) -> int:
secs = 0
while "01" in s:
s = s.replace("01", "10")
secs += 1
return secs
def secondsToRemoveOccurrences(self, s: str) -> int:
secs = 0
while "01" in s:
s = s.replace("01", "10")
secs += 1
return secs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/wave.png" type="image/x-icon">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/wave.png" type="image/x-icon">