1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-19 18:58:51 +00:00

switch Angular -> React(half done)

This commit is contained in:
Rokt33r
2015-07-06 02:03:40 +09:00
parent 1a832c1fc4
commit 361e9c629e
27 changed files with 1012 additions and 43 deletions

View File

@@ -0,0 +1,16 @@
<!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>