Skip to content

Commit e8d5ad8

Browse files
committed
"added modified index.html in src"
1 parent 97b979c commit e8d5ad8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

frontend/src/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no' />
6+
<meta name="description" content="Gitpay is an Open Source platform where collaborators receive bounties after completing tasks for projects on demand in a collaborative and agile way"/>
7+
<meta name="author" content="Alexandre Magno" />
8+
<meta name="keywords" content="freelancer, collaboration, open source, git, github, bitbucket, workflow, work, bountyhunters, agile, development"/>
9+
<meta name="robots" content="follow"/>
10+
<title>Gitpay - Bounties for git issues solved</title>
11+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
12+
<link rel='shortcut icon' type='image/x-icon' href='favicon-gitpay.ico' />
13+
</head>
14+
<body>
15+
<div id="app">
16+
</div>
17+
</body>
18+
<script async src="https://js.stripe.com/v3/"></script>
19+
</html>

0 commit comments

Comments
 (0)