Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
packages
/
react-devtools-extensions
/
main.html
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
html
9 lines
156 Bytes
Copy permalink
Copy
Raw
1
<!doctype html>
2
<html>
3
<head>
4
<meta
charset=
"utf-8"
>
5
<script
src=
"./build/main.js"
></script>
6
</head>
7
<body>
8
</body>
9
</html>