-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
47 lines (38 loc) · 2.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<meta property="og:title" content="actions-marketplace" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Host a GitHub Actions Marketplace in your own organization" />
<meta property="og:description" content="Host a GitHub Actions Marketplace in your own organization" />
<meta charset="UTF-8">
<link rel="canonical" href="https://rajbos.github.io/actions-marketplace/" />
<meta property="og:url" content="https://rajbos.github.io/actions-marketplace/" />
<meta property="og:site_name" content="actions-marketplace" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="actions-marketplace" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body onload="init()">
<section class="page-header">
<h1 class="project-name">actions-marketplace</h1>
<h2 class="project-tagline">Host a GitHub Actions Marketplace in your own organization</h2>
<a href="https://github.com/rajbos-actions/actions-marketplace" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<div class="top">
<div class="actionInfo">Found <span id="actionCount"></span> actions:</div>
<div class="search"">Search: <input type="text" width="250px" placeholder="Action name"></div>
</div>
<div id="main">
</div>
<div id=lastUpdatePanel><span>Dataset last updated:</span><span id="lastUpdated" class="name"></span></div>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/rajbos/actions-marketplace">actions-marketplace</a> is maintained by <a href="https://github.com/rajbos">rajbos</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>