Skip to content

Instantly share code, notes, and snippets.

View oluseguncodess's full-sized avatar

Olusegun ⚡️ oluseguncodess

View GitHub Profile
@adrianhajdin
adrianhajdin / index.html
Last active July 12, 2024 21:21
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>