-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 739 Bytes
/
index.html
File metadata and controls
18 lines (16 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<script src="./newrelic.js" async></script>
<title>
Product Catalogue</title>
<link rel="shortcut icon" href="./title.ico" />
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<h1 class="page-title"> Product Catalogue</h1>
<div id='app'>
</div>
<script src="./dest/bundle.js"></script>
<a href="http://www.reliablecounter.com" target="_blank"><img src="http://www.reliablecounter.com/count.php?page=https://node-mongo-graphql.herokuapp.com/&digit=style/distorted/3/&reloads=0" alt="" title="" border="0"></a><br /><a href="http://" target="_blank" style="font-family: Geneva, Arial; font-size: 9px; color: #330010; text-decoration: none;"></a>
</body>
</html>