-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (33 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReeseOffical</title>
<link rel="icon" href="favicon.png" type="image/png">
<meta property="og:title" content="Reese.co" />
<meta property="og:description" content="Up and coming web developer that builds websites for people | Ecommerce, Business, Blog, Enterainment, News, Nonprofit ORGS, Membership, Portfolio, Personal, Forum, Knowledge base | NO CUSTOM DOMAIN" />
<meta property="og:image" content="https://i.pinimg.com/736x/9d/71/4f/9d714f057e5ef766d06c54c2e03de13a.jpg" />
<meta property="og:url" content="https://rhysofficial.github.io/Reese.github.io/" />
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Lexend:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<style>
</style>
</head>
<body>
<header>
<img src="favicon.png" alt="Logo" class="logo">
<h1>REESEOFFICIAL</h1>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<h2> ALL IN ONE WEBSITE DESIGN<br> <span style="font-size: 100px;">HERE</span> </h2>
<div class="centered-image">
<img src="working.jpeg" alt="Your Image">
</div>
</body>
</html>