Skip to content

Commit

Permalink
chore: adds viewport tag for html template
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydmays committed Apr 15, 2024
1 parent f588da9 commit 9e11981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lesson_20/template/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" id="redux-google-fonts-salient_redux-css" href="https://fonts.googleapis.com/css?family=Poppins%3A600%2C400%7CMontserrat%3A800%2C900%2C700&amp;ver=1597678827" type="text/css" media="all">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Poppins%3A600%2C400%7CMontserrat%3A800%2C900%2C700&#038;ver=1597678827' type='text/css' media='all' />
<link rel="stylesheet" type="text/css" href="style.css">
Expand Down

0 comments on commit 9e11981

Please sign in to comment.