documentit/index.html

17 lines
277 B
HTML
Raw Normal View History

<!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>
<h1>DocumentIt</h1>
</body>
<script>
require('./renderer.js');
</script>
</html>