Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGhoti authored Jan 28, 2024
1 parent 1037657 commit a093f3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<link rel="stylesheet" href="buttons.css">
<style>
h1 {
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sixtyfour&display=swap" rel="stylesheet">
}
body {
background-image: url('https://c1.wallpaperflare.com/preview/763/984/887/pea-peas-vegetables-green.jpg');
background-repeat: no-repeat;
Expand All @@ -15,9 +20,6 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sixtyfour&display=swap" rel="stylesheet">
<style>
.center {
margin: 0;
Expand Down

0 comments on commit a093f3a

Please sign in to comment.