Files
github-delete-unused-repos/demo/index.html
T
bendtherules bfb2b54634 Initial commit
Contains basic working logic to find unused repos and show in console
2018-05-31 17:48:44 +05:30

10 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta content='width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0' name='viewport' />
<script src="index.js"></script>
</head>
<body>
<h1> open dev tool and console logs</h1>
</body>
</html>