2018-01-05 20:27:36 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>DocumentIt</title>
|
|
|
|
<link rel="stylesheet" href="https://bootswatch.com/4/pulse/bootstrap.min.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-01-05 20:52:28 +00:00
|
|
|
<div class="container">
|
|
|
|
<h1>DocumentIt</h1>
|
|
|
|
<div id="output"></div>
|
|
|
|
</div>
|
2018-01-05 20:27:36 +00:00
|
|
|
</body>
|
2018-01-05 20:52:28 +00:00
|
|
|
<script>
|
|
|
|
console.log(process);
|
|
|
|
</script>
|
2018-01-05 20:27:36 +00:00
|
|
|
<script>
|
|
|
|
require('./renderer.js');
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</html>
|