mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
17 lines
364 B
HTML
17 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>CodeXen</title>
|
|
|
|
<link rel="stylesheet" href="../vendor/fontawesome/css/font-awesome.min.css" media="screen" title="no title" charset="utf-8">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="content"></div>
|
|
<script>
|
|
require('node-jsx').install({ harmony: true, extension: '.jsx' });
|
|
require('./index.jsx')
|
|
</script>
|
|
</body>
|
|
</html>
|