17 lines
501 B
HTML
17 lines
501 B
HTML
<!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>
|