Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
fixtures
/
packaging
/
brunch
/
prod
/
index.html
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
html
7 lines
146 Bytes
Copy permalink
Copy
Raw
1
<html>
2
<body>
3
<div
id=
"container"
></div>
4
<script
src=
"output.js"
></script>
5
<script>
require
(
'
initialize
'
);
</script>
6
</body>
7
</html>