-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 673 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>STM Constitution</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="icon" href="./favicons/ms-icon-310x310.png" type="image/x-icon">
</head>
<body>
<opencodelaw spec-url="specs/v2.yaml"></opencodelaw>
<!-- Include opencon.js -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.0.0/js-yaml.min.js"></script>
<script async src="js/opencodelaw.js?v=1"></script>
</body>
</html>