mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Initial commit
Contains basic working logic to find unused repos and show in console
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user