Skip to content

Instantly share code, notes, and snippets.

@khokonm
khokonm / quotes.json
Created September 18, 2023 19:41
A Collection of Inspirational, Motivational, and Entrepreneurship Quotes Quotes
{
"quotes": [
{
"text": "Life isn’t about getting and having, it’s about giving and being.",
"from": "Kevin Kruse"
},
{
"text": "Whatever the mind of man can conceive and believe, it can achieve.",
"from": "Napoleon Hill"
},
@khokonm
khokonm / index.html
Last active October 20, 2020 15:48
For Simple Login System Blog Post.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Complete Login and Register System By Blog Desire</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="wrapper">