-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
24 lines (22 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<title>Testing EpicPxls JS</title>
</head>
<body>
<a href="http://localhost:3000/items/sign-up-rocket-form" class='epicpxls-buy-button'>Buy from PXLS </a>
<a href="http://localhost:3000/items/pocket-ui-kit-fintech-app" class='epicpxls-buy-button-custom'>Buy from PXLS remote</a>
<a href="http://localhost:3000/items/pocket-ui-kit-fintech-app" class='epicpxls-sample-button-custom'>Sample from PXLS</a>
<a href="http://localhost:3000/items/pocket-ui-kit-fintech-app" class='epicpxls-sample-button'>Sample from PXLS</a>
<a href="http://localhost:3000/items/jingle-free-christmas-icons" class='epicpxls-buy-button'>Free Remote item</a>
<!--<a href="http://localhost:3000/items/testing" class="epicpxls-buy-button-custom btn">Custom buy button</a>-->
<!--<a href="http://localhost:3000/items/marketing-isometric-transparent-icons" class="epicpxls-buy-button">Buy from PXLS </a>-->
<a href="https://hstg.epicpxls.com/items/new-font-color" class="epicpxls-buy-button">Buy Now</a>
<a href="https://www.epicpxls.com/items/epic-colorfont" class="epicpxls-buy-button">Buy Now</a>
<script src="src/epicpxls.js"></script>
<!--<script src="https://buy.epicpxls.com/external/epicpxls.js"></script>-->
</body>
</html>