-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (23 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/@patternfly/patternfly/patternfly.css" crossorigin="anonymous">
<title>Reference Architecture Module Status List</title>
</head>
<body>
<div id="main">
<div id="runDate"></div>
<table class="pf-c-table pf-m-grid-2xl pf-m-striped" role="grid" aria-label="This is a simple table example" id="table-basic">
<thead class="pf-m-fit-content"></thead>
<tbody role="rowgroup"></tbody>
</table>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="./public/create-table.js"></script>
<script type="text/javascript" src="./public/packument-metadata.js"></script>
<script type="text/javascript" src="./public/package-downloads.js"></script>
<script type="text/javascript" src="./public/app.js"></script>
</body>
</html>