react-customizable-modal
Version:
Customizable modal component for React Application
13 lines • 401 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>React-Customizable-Modal Test</title>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<div id="entry"></div>
<script src="./test/test.js"></script>
</body>
</html>