You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
391 B
15 lines
391 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Number Munchers</title>
|
|
<script src="https://fb.me/react-0.14.7.js"></script>
|
|
<script src="https://fb.me/react-dom-0.14.7.js"></script>
|
|
<link rel="stylesheet" href="style.css"></link>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src='http://localhost:8080/bundle.js'></script>
|
|
</body>
|
|
</html>
|
|
|