Skip to content

Instantly share code, notes, and snippets.

View ismailkohail's full-sized avatar

Ismail Kohail ismailkohail

View GitHub Profile
@ismailkohail
ismailkohail / index.html
Last active August 14, 2023 09:08 — forked from adrianhajdin/index.html
Build and Deploy a Responsive Website | Beginner HTML CSS Tutorial on How to Make a Website in 2023
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sushi.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Sushiman</title>
</head>