You've already forked react-custom-popup
Initial commit.
This commit is contained in:
16
example/index.html
Normal file
16
example/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>React Custom Popup Example</title>
|
||||
<meta name="description" content="React Custom Popup Example">
|
||||
<meta name="author" content="Tomek Wójcik <contact@bthlabs.pl> (https://www.bthlabs.pl/)">
|
||||
<link rel="stylesheet" href="assets/marx.min.css">
|
||||
<link rel="stylesheet" href="assets/example.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
</div>
|
||||
<script src="assets/example.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user