Add .gitignore Removed node_modules from previous commit Fix task modes Fix task modes Fix task modes Remove node_modules Update basic task modal Add notes functionality Improve UI Setup views Add scopes Fix projects layout Restructure Fix rest of the UI issues Cleanup old views Add .env to .gitignore
10 lines
174 B
Text
10 lines
174 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sinatra React App</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/js/bundle.js"></script>
|
|
</body>
|
|
</html>
|