2016-09-28 18:33:02 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2016-10-01 11:04:20 -04:00
|
|
|
<title>Type</title>
|
2016-10-01 11:06:18 -04:00
|
|
|
<link rel="stylesheet" href="/css/main.css">
|
2016-09-28 18:33:02 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2016-10-01 11:26:48 -04:00
|
|
|
<noscript>
|
|
|
|
<div class="error">
|
|
|
|
JavaScript must be enabled.
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</noscript>
|
2016-10-02 12:18:56 -04:00
|
|
|
|
2016-10-02 10:34:57 -04:00
|
|
|
<h2>Previous Repos</h2>
|
|
|
|
<div>
|
|
|
|
<ul class="prev-list" id="prev-repos"></ul>
|
|
|
|
</div>
|
|
|
|
|
2016-10-01 10:16:34 -04:00
|
|
|
|
2016-10-02 10:34:57 -04:00
|
|
|
<h2>New Repo</h2>
|
2016-10-01 11:26:40 -04:00
|
|
|
<form id="form">
|
|
|
|
<input type="text" id="repo" placeholder="owner/repo" required="true">
|
|
|
|
<br>
|
|
|
|
<input type="text" id="branch" value="master" placeholder="master" required="true">
|
|
|
|
<br>
|
2016-10-02 10:34:57 -04:00
|
|
|
<input type="submit" value="Type">
|
2016-10-01 11:26:40 -04:00
|
|
|
</form>
|
2016-09-29 12:24:15 -04:00
|
|
|
|
2016-10-09 13:18:08 -04:00
|
|
|
<p><a href="/about.html">About Type</a></p>
|
|
|
|
|
2016-10-01 10:16:34 -04:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
2016-10-02 10:34:57 -04:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/localforage/1.4.2/localforage.min.js"></script>
|
2016-10-01 11:26:40 -04:00
|
|
|
<script src="/js/index.js"></script>
|
2016-09-28 18:33:02 -04:00
|
|
|
</body>
|
2016-09-30 19:14:03 -04:00
|
|
|
</html>
|