forked from sofwerx/sofwerx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 715 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (24 loc) · 715 Bytes
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
<! DOCTYPE html>
<html>
<head>
<title>SOFWERX on GitHub</title>
<meta charset="UTF-8" />
</head>
<body>
<h1>SOFWERX</h1>
<div id="app"></div>
<nav>
<ul>
<li><a href="https://github.com/sofwerx">SOFWERX on GitHub</a></li>
<li><a href="https://github.com/orgs/sofwerx/teams/geo/repositories">Geospatial</a></li>
<li><a href="https://github.com/orgs/sofwerx/teams/data_science/repositories">Data Science</a></li>
<li><a href="https://github.com/orgs/sofwerx/teams/devops/repositories">DevOps</a></li>
</ul>
</nav>
<p>
<a href="https://github.com/sofwerx/>SOFWERX on GitHub"</a>
</p>
<script src="src/index.js">
</script>
</body>
</html>