Skip to content

Commit

Permalink
mobile-view
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoy-12 committed Mar 29, 2024
1 parent 99b1e80 commit 4abde82
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!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="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--============================================== FONT AWESOME STYLINGS ============================================-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Laila:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<title>Document</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="E-Digital India - Your Digital Hub for seamless communication, online services, and more.">
<meta name="author" content="Rahul Kumar Singh">
<meta name="keywords" content="E-Digital India, digital services, online services, communication, cybercafe">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="canonical" href="https://tanmoy-12.github.io/cafe/">
<!--============================================== FONT AWESOME STYLINGS ============================================-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Laila:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<title>E-Digital India</title>
</head>
<body>
<div class="wrapper-main">
Expand All @@ -34,7 +37,7 @@ <h1><span>Get Quick</span><br />Digital Services</h1>
<a href="appointment.html"><button class="btn">Book Appointment</button></a>
</div>
<div class="image">
<img src="https://www.bhmpics.com/downloads/cyber-cafe-wallpaper/2.cyber-cafe-neon-sign-brick-wall-background-86621583.jpg" alt="header image" />
<img alt="header-bg" src="https://www.bhmpics.com/downloads/cyber-cafe-wallpaper/2.cyber-cafe-neon-sign-brick-wall-background-86621583.jpg" alt="header image" />
</div>
</div>
</div>
Expand Down

0 comments on commit 4abde82

Please sign in to comment.