-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
53 lines (50 loc) · 2.65 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Friend With Paws</title>
<script defer data-domain="friendwithpaws.com" src="https://analytics.codeero.com/js/script.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="img/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Friend with paws - definitely not imaginary. adopt, don't shop. save a life. Parody for good cause.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://friendwithpaws.com/">
<meta property="og:title" content="Friend with Paws">
<meta property="og:description" content="Friend with paws - definitely not imaginary. adopt, don't shop. save a life. Parody for good cause.">
<meta property="og:image" content="https://friendwithpaws.com/img/background.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://friendwithpaws.com/">
<meta property="twitter:title" content="Friend with Paws">
<meta property="twitter:description" content="Friend with paws - definitely not imaginary. adopt, don't shop. save a life. Parody for good cause.">
<meta property="twitter:image" content="https://friendwithpaws.com/img/background.png">
</head>
<body>
<section class="main-section">
<a href="https://youtu.be/ZmXOFfm6jXw" class="background-link" target="_blank">
<div class="background-image"></div>
<div class="play-button"></div>
</a>
<img src="img/logo_wm.svg" alt="Header Logo" class="header-logo">
</section>
<section class="logo-section">
<img src="img/logo.svg" alt="Logo" class="logo">
</section>
<footer>
<div class="footer-links">
<a href="https://www.four-paws.org/">Four Paws International</a>
<a href="https://www.petfinder.com/">Adopt, Don't Shop</a>
</div>
<div class="footer-links">
<a href="https://www.youtube.com/watch?v=ZmXOFfm6jXw">YouTube</a>
<a href="https://www.nutrified.com/?utm_source=friendwithpaws&utm_medium=website&utm_campaign=video">By Nutrified</a>
</div>
</footer>
</body>
</html>