-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1001 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>React Avatar Component</title>
<meta name="description" content="React avatar component makes it possible to generate avatars based on social or personal information of a user.">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab">
<link rel="shortcut icon" href="https://www.sitebase.be/react-avatar/favicon.png"
</head>
<body>
<div id="header">
<h1><span><</span>Avatar<span>></span></h1>
<p>Universal avatar for ReactJS makes it possible to fetch and generate an avatar based on social or personal information you have about a user.</p>
<p><a href="https://github.com/sitebase/react-avatar">Visit project on GitHub</a></p>
</div>
<div id="container"></div>
<script src="build/demo.js?v=200"></script>
</body>
</html>