-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (25 loc) · 1.28 KB
/
Copy pathabout.html
File metadata and controls
31 lines (25 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet"> <!-- <link href="https://fonts.googleapis.com/css2?family=Hind&display=swap" rel="stylesheet"> -->
<title>About</title>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script src = "script.js" defer></script>
<div class="nav">
<a href="index.html">Homepage</a>
<a href="parties.html">Planner</a>
<a href="about.html">About</a>
<a href="sub.html">Subscription</a>
</div>
<p class = abtSection>If you are here on this webpage then you are looking for party essentials in order to throw an upcoming event. You may be thinking, hmmmm "Why should I trust this party planner?" The answer is simple... AUTOMATED PARTY PLANNING! Partype's goal is to provide an automated alternative to party-planning. It would take user-input to provide appropriate supplies for the occasion. </p>
<p class = contact> Contact Us
<p class = number> 1-988-233-7890
<p class = emails> Partype2020@gmail.com
</div>
</head>
<body>
</body>
</html>