16 lines
375 B
HTML
16 lines
375 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<title>Git.Zone IDE</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="theia-preload"></div>
|
|
<script type="text/javascript" src="./bundle.js" charset="utf-8"></script>
|
|
</body>
|
|
|
|
</html> |