-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·33 lines (29 loc) · 931 Bytes
/
about.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
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet' type='text/css'>
<link type = "text/css" rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
</head>
<body>
<br>
<a href="index.php">
<center>
<img src="media/logo.png" height="45" alt="logo">
</center>
</a>
<br>
<p class="line"></p>
<br>
<br>
<h1>
What is CollabCove?
</h1>
<p>
CollabCove is a productivity web application oriented towards smaller and informal group projects,
featuring integrated task management and communication through built-in calendars and messaging systems.
</p>
<footer>
<center><a href="about.php">about</a> | <a href="help.php">help</a> | © collabcove</center>
</footer>
</body>
</html>