-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
42 lines (32 loc) · 1.39 KB
/
test.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Art Investment platform that democratises access to Contemporary Art. Join now." />
<meta name="keywords" content="KnowArt" />
<meta name="author" content="KnowArt" />
<title>KnowArt.co</title>
<!-- Site favicon -->
<link rel="shortcut icon" href="images/favicon.jpg">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- MFP Css -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Material Icon -->
<link rel="stylesheet" type="text/css" href="css/materialdesignicons.min.css" />
<!-- Pe7 Icon -->
<link rel="stylesheet" type="text/css" href="css/pe-icon.css">
<!-- Custom -->
<link rel="stylesheet" type="text/css" href="css/style.css?rev=4" />
<!-- generated from https://icomoon.io/app/ -->
<link rel="stylesheet" type="text/css" href="images/icons/style.css">
</head>
<body>
<!-- Dark -->
<section class="section bg-dark">
<button>Click to Buy! <strong>$10</strong></button>
</section>
<script src="https://checkout.stripe.com/checkout.js"></script>
</body>
</html>