23 lines
397 B
HTML
23 lines
397 B
HTML
<!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>
|
|
<div class="container">
|
|
<h1>DocumentIt</h1>
|
|
<div id="output"></div>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
console.log(process);
|
|
</script>
|
|
<script>
|
|
require('./renderer.js');
|
|
</script>
|
|
|
|
</html> |