-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Grilled Cheese" property="og:title" />
<meta content="A website for everyone who loves grilled cheese" property="og:description" />
<meta content="https://www.grilledcheese.dev/" property="og:url" />
<meta content="https://joyfoodsunshine.com/wp-content/uploads/2023/01/best-grilled-cheese-sandwich-recipe-2.jpg" alt="GRILLED CHEESE" property="og:image" />
<meta content="#e8e81c" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image">
<title>GRILLED CHEESE</title>
<link rel="stylesheet" href="css/style.css">
<script src="javascript/index.js"></script>
</head>
<body>
<h1 class="gradient-text">I LOVE GRILLED CHEESE</h1>
<img src="https://joyfoodsunshine.com/wp-content/uploads/2023/01/best-grilled-cheese-sandwich-recipe-2.jpg" alt="GRILLED CHEESE" class="center">
<a id="github-link" class="gradient-text-blue" target="_blank" href="https://github.com/FisherLuba/FisherLuba.github.io">Star the repo to make all your grilled cheese's taste better!</a>
</body>
</html>