mirror of
https://github.com/prakhar1989/awesome-courses.git
synced 2025-01-14 17:17:10 -05:00
24 lines
559 B
HTML
24 lines
559 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
<link rel="stylesheet" href="css/skeleton.css">
|
|
<style>
|
|
pre {
|
|
white-space: pre;
|
|
word-wrap: break-word;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class='container'>
|
|
<hr/>
|
|
<h3>Add Courses</h3>
|
|
<div id='app'></div>
|
|
</div>
|
|
<script src="js/vendor/react.min.js"></script>
|
|
<script src="js/vendor/JSXTransformer.js"></script>
|
|
<script type="text/jsx" src="js/awesomecourses.js"></script>
|
|
</body>
|
|
</html>
|