Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 230 B
<!-- index.html -->
<html>
<body>
<div id="app"></div>
<script type="text/javascript">
const app = document.getElementById('app');
app.innerHTML = '<h1>Hello World!</h1>';
</script>
</body>
</html>