1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
Files
Boostnote/browser/main/index.electron.html
2015-07-06 02:03:40 +09:00

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>