generated from cgs-earth/template
-
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.
- Loading branch information
CI
authored and
CI
committed
Jul 1, 2024
0 parents
commit 0420798
Showing
10 changed files
with
108 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 @@ | ||
index.html |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,22 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Geoconnex Registration Service</title> | ||
<link rel="icon" href="static/img/favicon.ico" type="image/x-icon" /> | ||
<link rel="stylesheet" type="text/css" href="static/css/default.css" /> | ||
<meta name="description" content="Upload CSV to Geoconnex and create a pull request." /> | ||
<meta name="keywords" content="CSV, upload, Geoconnex, pull request, GitHub, API" /> | ||
<meta property="og:title" content="Geoconnex Registration Service" /> | ||
<meta property="og:description" content="Upload CSV to Geoconnex and create a pull request." /> | ||
<meta property="og:image" content="static/img/logo.png" /> | ||
<meta property="og:url" content="https://register.geoconnex.us" /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<script type="module" crossorigin src="/register.geoconnex.us/assets/index-Cfl321S-.js"></script> | ||
<link rel="stylesheet" crossorigin href="/register.geoconnex.us/assets/index-DqaQ6V4S.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
</html> |