Skip to content

Instantly share code, notes, and snippets.

View SahilAli8808's full-sized avatar
:octocat:
Designing

SAHIL ALI SahilAli8808

:octocat:
Designing
View GitHub Profile
@johnmcfarlane
johnmcfarlane / begin(C++).md
Last active June 26, 2024 14:42
Resources for C++ beginners
@SubhanRaj
SubhanRaj / index.html
Created July 5, 2021 02:47
A Sample One Page Landing Page Website made purely using HTML & 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="css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">