forked from trustoverip/ctwg-terminology-governance-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: henkvancann <[email protected]>
- Loading branch information
1 parent
5ef0d84
commit 53e5fe6
Showing
13 changed files
with
2,540 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GITHUB_API_TOKEN=YOUR_GITHUB_API_TOKEN |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Spec-Up-T Snapshot Index</title> | ||
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400&display=swap" rel="stylesheet"> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<style> | ||
body { font-family: 'Heebo', Arial, sans-serif; background: #A9DDE0} | ||
ul { list-style-type: none; padding: 0; } | ||
li { margin: 10px 0; } | ||
a { text-decoration: none; color: #007BFF; } | ||
a:hover { text-decoration: underline; } | ||
</style> | ||
</head> | ||
<body class="container mt-5"> | ||
<h1 class="mb-4">Spec-Up-T Snapshot Index</h1> | ||
<p>This page lists all available snapshots of this Spec-Up-T specification.</p> | ||
<ul class="list-group"> | ||
<li class="list-group-item"><a href="../">Latest version</a></li> | ||
<li class="list-group-item">No versions available</li> | ||
|
||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
=== | ||
|
||
For help go to: https://blockchainbird.github.io/spec-up-t-website | ||
|
||
=== | ||
|
Oops, something went wrong.