gun/examples/react/index.html
2017-03-04 05:32:55 -05:00

13 lines
223 B
HTML

<!doctype html>
<html>
<head>
<title>Gun - React Examples</title>
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<div id="app"></div>
</body>
</html>